Skip to content

Commit 5ba793d

Browse files
committed
chore: set moduleResolution
1 parent 0696a15 commit 5ba793d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/nuxt/tsconfig.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2-
"extends": "./playground/.nuxt/tsconfig.json"
2+
"extends": "./playground/.nuxt/tsconfig.json",
3+
"compilerOptions": {
4+
"moduleResolution": "node"
5+
}
36
}

0 commit comments

Comments
 (0)