mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-23 05:53:09 +03:00
474cb9c887
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
18 lines
344 B
JSON
18 lines
344 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./dist/",
|
|
"noImplicitAny": true,
|
|
"module": "esnext",
|
|
"target": "es2021",
|
|
"allowJs": true,
|
|
"sourceMap": true,
|
|
"skipLibCheck": true,
|
|
"moduleResolution": "node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"lib": [
|
|
"es2016",
|
|
"dom",
|
|
"ES2021.String"
|
|
]
|
|
}
|
|
} |