mirror of
https://github.com/maierfelix/POGOserver.git
synced 2026-04-06 09:15:07 -05:00
12 lines
257 B
JSON
12 lines
257 B
JSON
{
|
|
"compilerOptions": {
|
|
"noImplicitAny": false,
|
|
"noEmitOnError": true,
|
|
"removeComments": false,
|
|
"sourceMap": true,
|
|
"inlineSources": true,
|
|
"out": "www/scripts/appBundle.js",
|
|
"target": "es5"
|
|
}
|
|
}
|