Files
screeps-scripts/tsconfig.json
2017-12-30 09:43:07 +07:00

18 lines
348 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es5",
"outDir": "dist",
"baseUrl": "src/",
"sourceMap": true,
"strict": true,
"experimentalDecorators": true,
"noImplicitReturns": true,
"allowSyntheticDefaultImports": true,
"allowUnreachableCode": false
},
"exclude": [
"node_modules"
]
}