mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-21 21:25:11 +00:00
chore: do not include auto-imported types for monorepo (#820)
This commit is contained in:
parent
c480254cc4
commit
f0d23d13d4
@ -25,6 +25,8 @@
|
||||
}
|
||||
},
|
||||
"exclude": [
|
||||
"**/*/dist/*"
|
||||
"**/*/dist/*",
|
||||
"**/.nuxt/**",
|
||||
"**/nuxt.d.ts"
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user