We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 754fd8a commit 94b6d6dCopy full SHA for 94b6d6d
.nuxtrc
@@ -1,2 +1,5 @@
1
imports.autoImport=false
2
typescript.includeWorkspace=true
3
+
4
+# enable TypeScript bundler module resolution - https://www.typescriptlang.org/docs/handbook/modules/reference.html#bundler
5
+experimental.typescriptBundlerResolution=true
0 commit comments