mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-11 00:08:37 +01:00
10 lines
186 B
JSON
10 lines
186 B
JSON
{
|
|
// https://nuxt.com/docs/guide/concepts/typescript
|
|
"extends": "./.nuxt/tsconfig.json",
|
|
"compilerOptions": {
|
|
"skipLibCheck": true,
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
} |