mirror of
https://git.shipoclu.com/moon/plspace.git
synced 2026-08-13 02:42:30 +00:00
improved component composition and added tests.
This commit is contained in:
+2
-1
@@ -20,7 +20,8 @@
|
||||
"paths": {
|
||||
"$lib/*": ["src/lib/*"],
|
||||
"$components/*": ["src/components/*"],
|
||||
"$routes/*": ["src/routes/*"]
|
||||
"$routes/*": ["src/routes/*"],
|
||||
"$test/*": ["src/test/*"]
|
||||
}
|
||||
},
|
||||
"include": ["src/**/*.ts", "src/**/*.js", "src/**/*.svelte", "vite.config.ts"],
|
||||
|
||||
Reference in New Issue
Block a user