You've already forked AstralRinth
forked from didirus/AstralRinth
Improve VSCode support
This commit is contained in:
@@ -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/*"],
|
||||
|
||||
Reference in New Issue
Block a user