Skip to content

Commit a648b1d

Browse files
committed
chore(tsconfig): update paths
1 parent 8ccfaf7 commit a648b1d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tsconfig.app.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,12 @@
1818
"strict": true,
1919
"noUnusedLocals": true,
2020
"noUnusedParameters": true,
21-
"noFallthroughCasesInSwitch": true
21+
"noFallthroughCasesInSwitch": true,
22+
23+
/* Paths */
24+
"paths": {
25+
"#build/ui/*": ["./node_modules/.nuxt-ui/ui/*"]
26+
}
2227
},
2328
"include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue", "auto-imports.d.ts", "components.d.ts"]
2429
}

0 commit comments

Comments
 (0)