1
0
Fork 0
cc-server-parent/tsconfig.json

10 lines
232 B
JSON
Raw Normal View History

2019-06-10 10:56:29 +00:00
{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"sourceMap": true,
"allowUnreachableCode": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true
}
}