Improve VSCode support

This commit is contained in:
venashial
2022-05-07 16:37:50 -07:00
parent 179dcdcd04
commit e553f1fdbd
7 changed files with 101 additions and 9 deletions

View File

@@ -24,13 +24,13 @@
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"baseUrl": "../test/Modrinth",
"baseUrl": "./",
"allowJs": true,
"checkJs": true,
"paths": {
"$assets/*": ["src/assets/*"],
"$components/*": ["src/components/*"],
"$layout/*": ["src/components/*"],
"$layout/*": ["src/layout/*"],
"$lib/*": ["src/lib/*"],
"$stores/*": ["src/stores/*"],
"$styles/*": ["src/styles/*"],