🔧 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": [
"./.nuxt/tsconfig.json",
"./docs/.nuxt/tsconfig.json",
],
"exclude": [
"dist",
"node_modules",
"playground",
"docs"
]
}