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.
|
|
|
{
|
|
|
|
"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/macro",
|
|
|
|
"vue-i18n",
|
|
|
|
"unplugin-icons/types/vue",
|
|
|
|
"nuxt-windicss"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"nuxt-shim.d.ts",
|
|
|
|
"windi.config.ts"
|
|
|
|
],
|
|
|
|
"exclude": [
|
|
|
|
"node_modules",
|
|
|
|
"dist",
|
|
|
|
".output"
|
|
|
|
]
|
|
|
|
}
|