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

15 lines
376 B
JSON
Raw Normal View History

2019-06-10 10:56:29 +00:00
{
"compilerOptions": {
2019-06-11 05:09:50 +00:00
"baseUrl": "src",
"outDir": "dist",
2019-06-10 10:56:29 +00:00
"target": "es6",
"module": "commonjs",
"sourceMap": true,
2019-06-11 05:09:50 +00:00
"declaration": true,
"declarationMap": true,
"noImplicitAny": true,
2019-06-10 10:56:29 +00:00
"allowUnreachableCode": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true
}
}