portails/assets/jsconfig.json

9 lines
138 B
JSON
Raw Permalink Normal View History

{
2024-04-19 20:53:32 +02:00
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": ["*", "..\\node_modules\\@hyas\\doks-core\\assets\\*"]
}
}
2024-04-19 20:53:32 +02:00
}