typeorm-model-generator/tsconfig.json

10 lines
227 B
JSON
Raw Normal View History

2017-03-23 21:38:12 +00:00
{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"noImplicitAny": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"sourceMap": false
}
}