Skip to content

Commit a835915

Browse files
committed
chore(tsconfig): add #build/ui alias
1 parent 1b08f44 commit a835915

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tsconfig.node.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,12 @@
1616
"strict": true,
1717
"noUnusedLocals": true,
1818
"noUnusedParameters": true,
19-
"noFallthroughCasesInSwitch": true
19+
"noFallthroughCasesInSwitch": true,
20+
21+
/* Paths */
22+
"paths": {
23+
"#build/ui": ["./node_modules/.nuxt-ui/ui"]
24+
}
2025
},
2126
"include": ["vite.config.ts"]
2227
}

0 commit comments

Comments
 (0)