typeorm-model-generator/tsconfig.json
2017-03-23 22:38:12 +01:00

10 lines
227 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"noImplicitAny": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"sourceMap": false
}
}