fix: fix antdv console warning

This commit is contained in:
vben
2021-06-26 23:56:57 +08:00
parent 0e414ba3c1
commit 480cfb914e
10 changed files with 89 additions and 88 deletions

View File

@@ -39,5 +39,5 @@
"mock/**/*.ts",
"vite.config.ts"
],
"exclude": ["node_modules", "dist", "**/*.js"]
"exclude": ["node_modules", "tests/server/**/*.ts", "dist", "**/*.js"]
}