Sengi-Windows-MacOS-Linux/tsconfig.json

23 lines
466 B
JSON
Raw Permalink Normal View History

2018-03-15 01:48:52 +01:00
{
"compileOnSave": false,
"compilerOptions": {
2019-03-01 02:29:44 +01:00
"importHelpers": true,
2018-03-15 01:48:52 +01:00
"outDir": "./dist/out-tsc",
"sourceMap": true,
"declaration": false,
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es5",
2019-07-30 00:38:55 +02:00
"downlevelIteration": true,
2018-03-15 01:48:52 +01:00
"typeRoots": [
"node_modules/@types"
],
"lib": [
"es2017",
"dom"
2018-08-01 02:29:16 +02:00
],
"module": "es2015",
"baseUrl": "./"
2018-03-15 01:48:52 +01:00
}
2018-08-01 02:29:16 +02:00
}