websites/packages/ui/tsconfig.json

9 lines
111 B
JSON

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