build(deps): apply updates
[e-mobility-charging-stations-simulator.git] / tsconfig.json
CommitLineData
6af9012e 1{
bfdb9f69 2 "$schema": "https://json.schemastore.org/tsconfig",
6af9012e 3 "compilerOptions": {
cf86bef1 4 "target": "ESNext",
a6ef1ece 5 "module": "NodeNext",
cf86bef1 6 "lib": ["ESNext"],
2f22c19f 7 "removeComments": true,
2f22c19f 8 "strict": true,
a6ef1ece 9 "moduleResolution": "NodeNext",
2f22c19f
JB
10 "resolveJsonModule": true,
11 "allowSyntheticDefaultImports": true,
bfdb9f69 12 "verbatimModuleSyntax": true,
2f22c19f
JB
13 "experimentalDecorators": true,
14 "emitDecoratorMetadata": true,
2f22c19f 15 "forceConsistentCasingInFileNames": true
bfdb9f69 16 },
2f22c19f 17 "exclude": ["ui/web/**/*.ts"]
6af9012e 18}