mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-22 11:42:30 +03:00
b3e516beb4
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
17 lines
321 B
JSON
17 lines
321 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./dist/",
|
|
"noImplicitAny": true,
|
|
"module": "esnext",
|
|
"target": "es2016",
|
|
"allowJs": true,
|
|
"sourceMap": true,
|
|
"moduleResolution": "node",
|
|
"skipLibCheck": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"lib": [
|
|
"es2016",
|
|
"dom"
|
|
]
|
|
}
|
|
} |