mirror of
https://github.com/HoshinoSuzumi/rayine-ui.git
synced 2025-04-10 20:18:50 +08:00
🔧 chore: update tsconfig to exclude docs directory
This commit is contained in:
parent
6e22ccc4c0
commit
339cb8642d
@ -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"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user