Files
BeWoPlaner/BeWoPlanerMobil/node_modules/lru_map/tsconfig.json
Lyndon Jetten fda2c306b5 MoK: Report Viewer hinzugefügt
FaC: Das alte Flag von Terminen, die in die Zeiterfassung übernommen worden sind, wird ebenfalls berücksichtigt.
2023-03-13 19:39:04 +01:00

16 lines
227 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"noImplicitAny": false,
"sourceMap": false,
"lib": [
"es6",
"dom"
],
"pretty": true
},
"files": [
"tstest.ts"
]
}