17 lines
439 B
JSON
17 lines
439 B
JSON
{
|
|
"compileOnSave": true,
|
|
"compilerOptions": {
|
|
"experimentalDecorators": true,
|
|
"outDir": "./dist",
|
|
"allowJs": true,
|
|
"module": "es6",
|
|
"target": "es5",
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"incremental": true,
|
|
"sourceMap": true,
|
|
"alwaysStrict": true,
|
|
},
|
|
"include": ["./src/**/*.ts"]
|
|
} |