We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0696a15 commit 5ba793dCopy full SHA for 5ba793d
packages/nuxt/tsconfig.json
@@ -1,3 +1,6 @@
1
{
2
- "extends": "./playground/.nuxt/tsconfig.json"
+ "extends": "./playground/.nuxt/tsconfig.json",
3
+ "compilerOptions": {
4
+ "moduleResolution": "node"
5
+ }
6
}
0 commit comments