Skip to content

Commit 62242ad

Browse files
committed
Update tsconfig.json
1 parent ba2a2ea commit 62242ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/web/tsconfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"compilerOptions": {
44
"baseUrl": ".",
55
"paths": {
6-
"@/*": ["./src/*"]
6+
"@/*": ["./src/*"],
7+
"@d0/*": ["../../packages/*"]
78
},
89
"strict": true,
910
"allowJs": true,
@@ -20,8 +21,7 @@
2021
"next.config.js",
2122
"**/*.ts",
2223
"**/*.tsx",
23-
".next/types/**/*.ts",
24-
"tailwind.config.ts"
24+
".next/types/**/*.ts"
2525
],
2626
"exclude": ["node_modules"]
2727
}

0 commit comments

Comments
 (0)