chore(tsconfig): add exclude

This commit is contained in:
Benjamin Canac
2024-03-09 23:15:16 +01:00
parent c49521ca6e
commit f89cf66efc

View File

@@ -1,4 +1,5 @@
{
// https://nuxt.com/docs/guide/concepts/typescript
"extends": "./.nuxt/tsconfig.json"
"extends": "./.nuxt/tsconfig.json",
"exclude": ["docs", "dist", "playground", "node_modules"]
}