gcg-website/assets/jsconfig.json
Denys Konovalov 1980b494e4
All checks were successful
Website Pull Request / Pull-Request-Testbuild (pull_request) Successful in 26s
refactor charts
2024-09-19 22:03:45 +02:00

12 lines
171 B
JSON

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