add automatic paths to build tsconfig

This commit is contained in:
Rene
2021-04-08 22:10:29 +02:00
parent 61798a6b3c
commit fbd8008087
5 changed files with 98 additions and 71 deletions
+4 -1
View File
@@ -1,6 +1,9 @@
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"baseUrl": "./src/"
"baseUrl": "./src/",
"paths": {
"@/overlayscrollbars*": ["../../overlayscrollbars/src*"]
}
}
}