mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
26 lines
662 B
JSON
26 lines
662 B
JSON
{
|
|
"version": "1.8.0",
|
|
"compilerOptions": {
|
|
"outDir": "build/es5",
|
|
"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": [
|
|
"build",
|
|
"node_modules",
|
|
"typings/browser.d.ts",
|
|
"typings/browser"
|
|
]
|
|
}
|