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

10 lines
232 B
JSON

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