Browse Source

chore(gui-v2): update tsconfig.json

pull/2716/head
Braks 2 years ago committed by Pranav C
parent
commit
a41f132637
  1. 14
      packages/nc-gui-v2/tsconfig.json

14
packages/nc-gui-v2/tsconfig.json

@ -2,6 +2,18 @@
"extends": "./.nuxt/tsconfig.json",
"compilerOptions": {
"strict": true,
"esModuleInterop": true,
"incremental": false,
"skipLibCheck": true,
"moduleResolution": "node",
"resolveJsonModule": true,
"noUnusedLocals": false,
"strictNullChecks": true,
"forceConsistentCasingInFileNames": true,
"types": ["@intlify/vite-plugin-vue-i18n/client"]
}
},
"exclude": [
"node_modules",
"dist"
]
}

Loading…
Cancel
Save