Browse Source

chore(gui-v2): update tsconfig.json

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

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

@ -1,4 +1,7 @@
{
// https://v3.nuxtjs.org/concepts/typescript
"extends": "./.nuxt/tsconfig.json"
"extends": "./.nuxt/tsconfig.json",
"compilerOptions": {
"strict": true,
"types": ["@intlify/vite-plugin-vue-i18n/client"]
}
}

Loading…
Cancel
Save