mainpage_v2_theme/assets/jsconfig.json
2024-03-24 22:16:02 +01:00

10 lines
No EOL
86 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": [
"*"
]
}
}
}