We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8de484e commit 10b6c82Copy full SHA for 10b6c82
1 file changed
apps/frontend/tsconfig.json
@@ -1,4 +1,13 @@
1
{
2
+ "compilerOptions": {
3
+ // Temporarily sets the `paths` block below for shadcn-vue, ref: https://github.com/unovue/shadcn-vue/issues/1340
4
+ "paths": {
5
+ "~/*": ["./app/*"],
6
+ "@/*": ["./app/*"],
7
+ "~~/*": ["./*"],
8
+ "@@/*": ["./*"]
9
+ }
10
+ },
11
// https://nuxt.com/docs/guide/concepts/typescript
12
"references": [
13
{ "path": "./.nuxt/tsconfig.app.json" },
0 commit comments