RaspberryRocketeer/frontend/game/tsconfig.json
2023-01-12 12:14:59 +01:00

17 lines
No EOL
319 B
JSON

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