mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-23 22:12:44 +03:00
5ca13be5cd
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
16 lines
295 B
JSON
16 lines
295 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./dist/",
|
|
"noImplicitAny": true,
|
|
"module": "esnext",
|
|
"target": "es2016",
|
|
"allowJs": true,
|
|
"sourceMap": true,
|
|
"moduleResolution": "node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"lib": [
|
|
"es2016",
|
|
"dom"
|
|
]
|
|
}
|
|
} |