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 502785e commit 2ed9eaeCopy full SHA for 2ed9eae
nuxt.config.ts
@@ -30,11 +30,6 @@ export default defineNuxtConfig({
30
typescript: {
31
strict: true,
32
shim: false,
33
- tsConfig: {
34
- compilerOptions: {
35
- noImplicitAny: false,
36
- },
37
38
},
39
40
// build modules
tsconfig.json
@@ -1,7 +1,4 @@
1
{
2
// https://v3.nuxtjs.org/concepts/typescript
3
- "extends": "./.nuxt/tsconfig.json",
4
- "compilerOptions": {
5
- "types": ["@vueuse/nuxt"]
6
- }
+ "extends": "./.nuxt/tsconfig.json"
7
}
0 commit comments