mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-22 11:01:54 +03:00
48e1ca9849
Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
21 lines
424 B
JSON
21 lines
424 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./dist/",
|
|
"noImplicitAny": true,
|
|
"module": "esnext",
|
|
"target": "es2021",
|
|
"allowJs": true,
|
|
"declaration": true,
|
|
"sourceMap": true,
|
|
"skipLibCheck": true,
|
|
"moduleResolution": "node",
|
|
"declarationDir": "./types",
|
|
"allowSyntheticDefaultImports": true,
|
|
"lib": [
|
|
"es2016",
|
|
"dom",
|
|
"ES2021.String",
|
|
"ESNext.Array"
|
|
]
|
|
}
|
|
} |