Files
xsh-assistant-next/tsconfig.json

14 lines
265 B
JSON

{
// https://nuxt.com/docs/guide/concepts/typescript
"extends": "./.nuxt/tsconfig.json",
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
},
"references": [
{
"path": "./tsconfig.node.json"
}
]
}