Add "@types/chai" devDependency to package.json in ts template (#1512)

This commit is contained in:
Shridhar Sukhani 2022-02-23 02:05:41 -08:00 committed by GitHub
parent 04b8247736
commit 55ebb7c80e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -237,6 +237,7 @@ pub fn ts_package_json() -> String {
"chai": "^4.3.4",
"mocha": "^9.0.3",
"ts-mocha": "^8.0.0",
"@types/chai": "^4.3.0",
"@types/mocha": "^9.0.0",
"typescript": "^4.3.5"
}}