feat: 为 naive-ui 组件提供感知能力

This commit is contained in:
tnt group 2023-06-23 11:54:52 +08:00
parent 58ab3dee6d
commit 9e5676e5ed

View File

@ -11,7 +11,7 @@
"esModuleInterop": true,
"skipLibCheck": true,
"lib": ["es6", "ESNext", "dom"],
"types": ["vite/client"],
"types": ["vite/client", "naive-ui/volar"],
"paths": {
"@/*": ["src/*"],
"/#/*": ["types/*"]