mirror of
https://github.com/HoshinoSuzumi/rayine-ui.git
synced 2025-04-04 16:48:51 +08:00
12 lines
133 B
JSON
12 lines
133 B
JSON
{
|
|
"extends": [
|
|
"./.nuxt/tsconfig.json",
|
|
],
|
|
"exclude": [
|
|
"dist",
|
|
"node_modules",
|
|
"playground",
|
|
"docs"
|
|
]
|
|
}
|