Skip to content

Commit 1db502d

Browse files
committedJun 12, 2023
fixes
1 parent 67508b6 commit 1db502d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed
 

‎nextjs.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@
66
"target": "es5",
77
"lib": ["dom", "dom.iterable", "esnext"],
88
"allowJs": true,
9-
"baseUrl": "../..",
10-
"paths": {
11-
"@ui/*": ["apps/web/ui/*"]
12-
},
9+
"paths": {},
1310
"skipLibCheck": true,
1411
"strict": true,
1512
"forceConsistentCasingInFileNames": true,

0 commit comments

Comments
 (0)
Please sign in to comment.