RaspberryRocketeer/frontend/tsconfig.json
2022-11-29 10:11:11 +01:00

13 lines
No EOL
269 B
JSON

{
"compilerOptions": {
"module": "none",
"noImplicitAny": true,
"outFile": "./build/build.js",
"preserveConstEnums": true,
"removeComments": true,
"rootDir": ".",
"sourceMap": true,
"target": "es5",
"moduleResolution": "node"
}
}