rayine-ui/tsconfig.json

12 lines
133 B
JSON

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