RaspberryRocketeer/frontend/game/tsconfig.json
2023-01-20 08:15:07 +01:00

17 lines
No EOL
313 B
JSON

{
"compilerOptions": {
"noImplicitAny": true,
"outFile": "../public/game.js",
"preserveConstEnums": true,
"removeComments": true,
"rootDir": ".",
"sourceMap": true,
"target": "es5",
"moduleResolution": "node",
"lib": [
"dom",
"es5",
"scripthost"
]
}
}