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