portails/assets/jsconfig.json

11 lines
139 B
JSON
Raw Normal View History

{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": [
"*",
"..\\node_modules\\@hyas\\doks-core\\assets\\*"
]
}
}
}