gcg-website/assets/jsconfig.json
Denys Konovalov aa7c6de313
All checks were successful
Website Prod/Test / Produktivumgebung (push) Successful in 12s
Website Prod/Test / Testumgebung (push) Successful in 8s
Website Pull Request / Pull-Request-Testbuild (pull_request) Successful in 24s
Refactor charts component (#295)
Reviewed-on: #295
2024-09-19 20:26:42 +02:00

12 lines
171 B
JSON

{
"compilerOptions": {
"checkJs": true,
"resolveJsonModule": true,
"lib": ["ES2015", "DOM"],
"baseUrl": ".",
"paths": {
"*": ["*"]
}
}
}