RaspberryRocketeer/frontend/tsconfig.json

17 lines
No EOL
312 B
JSON

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