test: fix index.spec.ts typing (#8201)

This commit is contained in:
neverland
2021-02-23 19:43:29 +08:00
committed by GitHub
parent f0f89f1c4c
commit 1170262d72
12 changed files with 34 additions and 45 deletions

View File

@@ -13,6 +13,5 @@
"@demo/*": ["docs/site/*"]
}
},
"include": ["types/**/*", "docs/**/*", "src/**/*"],
"exclude": ["**/index.spec.ts", "**/*.spec.js", "node_modules"]
"include": ["types/**/*", "docs/**/*", "src/**/*"]
}