chore: do not include auto-imported types for monorepo (#820)

This commit is contained in:
Anthony Fu 2021-10-13 01:53:36 +08:00 committed by GitHub
parent c480254cc4
commit f0d23d13d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -25,6 +25,8 @@
}
},
"exclude": [
"**/*/dist/*"
"**/*/dist/*",
"**/.nuxt/**",
"**/nuxt.d.ts"
]
}