refactor: preincrement worker set counter
[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,
bfdb9f69 8
2f22c19f 9 "strict": true,
bfdb9f69 10
a6ef1ece 11 "moduleResolution": "NodeNext",
2f22c19f
JB
12 "resolveJsonModule": true,
13 "allowSyntheticDefaultImports": true,
bfdb9f69
JB
14 "verbatimModuleSyntax": true,
15
2f22c19f
JB
16 "experimentalDecorators": true,
17 "emitDecoratorMetadata": true,
bfdb9f69 18
2f22c19f 19 "forceConsistentCasingInFileNames": true
bfdb9f69 20 },
2f22c19f 21 "exclude": ["ui/web/**/*.ts"]
6af9012e 22}