🐅 Adds alias for common paths
This commit is contained in:
+8
-1
@@ -14,7 +14,14 @@
|
||||
*/
|
||||
"allowJs": true,
|
||||
"checkJs": true,
|
||||
"isolatedModules": true
|
||||
"isolatedModules": true,
|
||||
"paths": {
|
||||
"$lib/*": ["./src/lib/*"],
|
||||
"$utils/*": ["./src/utils/*"],
|
||||
"$components/*": ["./src/components/*"],
|
||||
"$stores/*": ["./src/stores/*"]
|
||||
}
|
||||
|
||||
},
|
||||
"include": ["src/**/*.d.ts", "src/**/*.ts", "src/**/*.js", "src/**/*.svelte"],
|
||||
"references": [{ "path": "./tsconfig.node.json" }]
|
||||
|
||||
Reference in New Issue
Block a user