rayine-ui/tsconfig.json
2024-11-19 12:57:02 +08:00

13 lines
159 B
JSON

{
"extends": [
"./.nuxt/tsconfig.json",
"./docs/.nuxt/tsconfig.json",
],
"exclude": [
"dist",
"node_modules",
"playground",
]
}