Skip to content

Commit

Permalink
Add "@types/chai" devDependency to package.json in ts template (coral…
Browse files Browse the repository at this point in the history
  • Loading branch information
shrisukhani authored and NBNARADHYA committed Mar 9, 2022
1 parent 197d75f commit 251ba2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/src/template.rs
Expand Up @@ -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"
}}
Expand Down

0 comments on commit 251ba2c

Please sign in to comment.