Skip to content

Commit

Permalink
chore: use .nuxtrc for Typescript workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
Atinux committed Mar 7, 2023
1 parent f3470e3 commit a7a23a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .docs/nuxt.config.ts
Expand Up @@ -7,8 +7,5 @@ export default defineNuxtConfig({
}
}
},
modules: ['@nuxtjs/plausible', '@nuxt/devtools'],
typescript: {
includeWorkspace: true
}
modules: ['@nuxtjs/plausible', '@nuxt/devtools']
})
1 change: 1 addition & 0 deletions .nuxtrc
@@ -0,0 +1 @@
typescript.includeWorkspace = true
5 changes: 1 addition & 4 deletions .playground/nuxt.config.ts
@@ -1,7 +1,4 @@
export default defineNuxtConfig({
extends: '../',
modules: ['@nuxt/devtools'],
typescript: {
includeWorkspace: true
}
modules: ['@nuxt/devtools']
})

0 comments on commit a7a23a9

Please sign in to comment.