mirror of https://github.com/nocodb/nocodb
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
565 B
21 lines
565 B
{ |
|
"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", "vue-i18n", "unplugin-icons/types/vue", "nuxt-windicss"] |
|
}, |
|
"files": ["nuxt-shim.d.ts", "windi.config.ts"], |
|
"exclude": [ |
|
"node_modules", |
|
"dist", |
|
".output" |
|
] |
|
}
|
|
|