mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 03:45:41 +00:00
24 lines
570 B
JSON
24 lines
570 B
JSON
{
|
|
"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"
|
|
]
|
|
},
|
|
"exclude": ["node_modules", "dist", ".output"]
|
|
}
|