mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
6 lines
174 B
JSON
6 lines
174 B
JSON
{
|
|
// https://nuxt.com/docs/guide/concepts/typescript
|
|
"extends": "./.nuxt/tsconfig.json",
|
|
"exclude": ["cli", "docs", "dist", "playground", "devtools", "node_modules"]
|
|
}
|