mirror of
https://github.com/fmhy/edit.git
synced 2026-02-19 01:31:41 +11:00
somewhat fix sidebar card
This commit is contained in:
parent
d21122f18c
commit
8a9bd257d1
5 changed files with 14 additions and 27 deletions
|
|
@ -13,8 +13,8 @@
|
|||
"noUnusedLocals": true,
|
||||
"strictNullChecks": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"types": ["vite/client", "vite-plugin-pwa/vanillajs", "vitepress"]
|
||||
"types": ["vite/client", "vite-plugin-pwa/vanillajs", "vitepress", "./.vitepress/vue-shim.d.ts"]
|
||||
},
|
||||
"include": ["./*.ts", "./.vitepress/**/*.ts", "./.vitepress/vue-shim.d.ts"],
|
||||
"include": ["./*.ts", "./.vitepress/**/*.ts"],
|
||||
"exclude": ["dist", "node_modules"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue