🔧 chore: update tsconfig to exclude docs directory

This commit is contained in:
Timothy Yin 2024-11-20 04:45:04 +08:00
parent 6e22ccc4c0
commit 339cb8642d

View File

@ -1,12 +1,11 @@
{ {
"extends": [ "extends": [
"./.nuxt/tsconfig.json", "./.nuxt/tsconfig.json",
"./docs/.nuxt/tsconfig.json",
], ],
"exclude": [ "exclude": [
"dist", "dist",
"node_modules", "node_modules",
"playground", "playground",
"docs"
] ]
} }