platform/dev/prod/tsconfig.json
Andrey Platov 5ca13be5cd
es2016
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-08-24 18:12:05 +02:00

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"
]
}
}