Update for new Hyas setup

This commit is contained in:
Henk Verlinde
2024-04-19 20:53:32 +02:00
committed by Simon C
parent ed2009cf17
commit c1d263135f
29 changed files with 3449 additions and 4237 deletions

View File

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