fix: include tests in type check (#23452)

* fix: include tests in type check

* Do lint *.md

* Improve types in tests
This commit is contained in:
Eric Wang
2020-04-22 15:37:23 +10:00
committed by GitHub
parent 55265ac4ef
commit 64cb9584ce
3 changed files with 86 additions and 67 deletions

View File

@@ -17,5 +17,5 @@
"lib": ["dom", "es2017"],
"skipLibCheck": true
},
"exclude": ["node_modules", "lib", "es", "**/__tests__/**"]
"exclude": ["node_modules", "lib", "es"]
}