mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
27 lines
678 B
JSON
27 lines
678 B
JSON
{
|
|
"version": "2.1.1",
|
|
"compilerOptions": {
|
|
"lib": ["es5", "es6", "dom"],
|
|
"outDir": "build/compiled",
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"sourceMap": true,
|
|
"noImplicitAny": true,
|
|
"declaration": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"noImplicitReturns": true,
|
|
"stripInternal": true,
|
|
"pretty": true,
|
|
"strictNullChecks": true
|
|
},
|
|
"exclude": [
|
|
"tmp",
|
|
"temp",
|
|
"build",
|
|
"node_modules"
|
|
]
|
|
}
|