mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-28 23:27:38 +03:00
0820631e62
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
22 lines
458 B
JSON
22 lines
458 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./dist/",
|
|
"noImplicitAny": true,
|
|
"module": "esnext",
|
|
"target": "es2021",
|
|
"allowJs": true,
|
|
"declaration": true,
|
|
"sourceMap": true,
|
|
"skipLibCheck": true,
|
|
"moduleResolution": "node",
|
|
"declarationDir": "./types",
|
|
"verbatimModuleSyntax": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"lib": [
|
|
"es2016",
|
|
"dom",
|
|
"ES2021.String",
|
|
"ESNext.Array"
|
|
]
|
|
}
|
|
} |