Skip to content

Commit 2ed9eae

Browse files
committed
feat: stricter typescript
1 parent 502785e commit 2ed9eae

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

nuxt.config.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@ export default defineNuxtConfig({
3030
typescript: {
3131
strict: true,
3232
shim: false,
33-
tsConfig: {
34-
compilerOptions: {
35-
noImplicitAny: false,
36-
},
37-
},
3833
},
3934

4035
// build modules

tsconfig.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
{
22
// https://v3.nuxtjs.org/concepts/typescript
3-
"extends": "./.nuxt/tsconfig.json",
4-
"compilerOptions": {
5-
"types": ["@vueuse/nuxt"]
6-
}
3+
"extends": "./.nuxt/tsconfig.json"
74
}

0 commit comments

Comments
 (0)