Files
litlyx/dashboard/tsconfig.json
2025-02-12 03:20:54 +01:00

10 lines
186 B
JSON

{
// https://nuxt.com/docs/guide/concepts/typescript
"extends": "./.nuxt/tsconfig.json",
"compilerOptions": {
"skipLibCheck": true,
},
"exclude": [
"node_modules"
]
}