POGOserver/scripts/tsconfig.json
2016-11-06 11:45:15 +01:00

12 lines
257 B
JSON

{
"compilerOptions": {
"noImplicitAny": false,
"noEmitOnError": true,
"removeComments": false,
"sourceMap": true,
"inlineSources": true,
"out": "www/scripts/appBundle.js",
"target": "es5"
}
}