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.
23 lines
575 B
23 lines
575 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/unplugin-vue-i18n/messages", |
|
"vue-i18n", |
|
"unplugin-icons/types/vue", |
|
"nuxt-windicss", |
|
"vite/client", |
|
"@nuxt/image-edge" |
|
] |
|
}, |
|
"exclude": ["node_modules", "dist", ".output"] |
|
}
|
|
|