RaspberryRocketeer/frontend/tsconfig.json
dhain d43cfbe9e7 added images
pipes and background now have images
2022-12-06 11:33:45 +01:00

18 lines
No EOL
336 B
JSON

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