mirror of
https://github.com/aelve/guide.git
synced 2024-11-26 03:08:37 +03:00
21 lines
403 B
JSON
21 lines
403 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowSyntheticDefaultImports": true,
|
|
"allowJs": true,
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"moduleResolution": "node",
|
|
"module": "esnext",
|
|
"target": "es2016",
|
|
"sourceMap": true,
|
|
"skipLibCheck": true,
|
|
"skipDefaultLibCheck": true,
|
|
"lib": [
|
|
"dom",
|
|
"es5",
|
|
"es2015",
|
|
"es2016"
|
|
]
|
|
}
|
|
}
|