mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-24 19:55:20 +00:00
25 lines
685 B
JSON
25 lines
685 B
JSON
{
|
|
"extends": "./.nuxt/tsconfig.json",
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"incremental": true,
|
|
"tsBuildInfoFile": "./node_modules/.cache/.tsbuildinfo",
|
|
"skipLibCheck": true,
|
|
"moduleResolution": "bundler",
|
|
"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", "test", "**/node_modules", "**/dist", "**/.output"]
|
|
}
|