mirror of
https://github.com/steedos/steedos-platform
synced 2024-11-22 17:06:42 +00:00
29 lines
712 B
JSON
29 lines
712 B
JSON
{
|
|
"version": "2.1.1",
|
|
"compilerOptions": {
|
|
"lib": ["es5", "es6"],
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"importHelpers": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"sourceMap": true,
|
|
//"noImplicitAny": true,
|
|
"declaration": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"noImplicitReturns": true,
|
|
"stripInternal": true,
|
|
"pretty": true,
|
|
"strictNullChecks": true,
|
|
//"noUnusedLocals": true,
|
|
"downlevelIteration": true
|
|
},
|
|
"exclude": [
|
|
"tmp",
|
|
"temp",
|
|
"build",
|
|
"node_modules"
|
|
]
|
|
}
|