mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-19 17:01:57 +03:00
e80844e18e
Signed-off-by: Alexander Onnikov <alexander.onnikov@xored.com>
14 lines
285 B
JSON
14 lines
285 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2019",
|
|
"module": "commonjs",
|
|
"declaration": true,
|
|
"strict": true,
|
|
"sourceMap": true,
|
|
"resolveJsonModule": true,
|
|
"types": ["heft-jest"],
|
|
"skipLibCheck": true,
|
|
"incremental": true,
|
|
"declarationMap": true
|
|
}
|
|
} |