fix Svelte asset paths

This commit is contained in:
Sidharth Vinod
2022-03-14 16:38:59 +05:30
parent 92adfac06c
commit f5d0e88369
4 changed files with 15 additions and 13 deletions
+3 -1
View File
@@ -23,6 +23,7 @@
"allowJs": true,
"checkJs": true,
"paths": {
"$lib": ["src/lib"],
"$lib/*": ["src/lib/*"]
}
},
@@ -35,5 +36,6 @@
"cypress/**/*.js",
"static/**/*.js",
"src/pako.mts"
]
],
"extends": "./.svelte-kit/tsconfig.json"
}