ts: fix Module needs an import assertion of type json (#2023)

This commit is contained in:
Kevin Rodríguez 2022-07-03 08:43:32 -06:00 committed by GitHub
parent 85847445b3
commit 8a6a9e1c75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -254,7 +254,7 @@ pub fn ts_package_json() -> String {
"devDependencies": {{
"chai": "^4.3.4",
"mocha": "^9.0.3",
"ts-mocha": "^8.0.0",
"ts-mocha": "^10.0.0",
"@types/bn.js": "^5.1.0",
"@types/chai": "^4.3.0",
"@types/mocha": "^9.0.0",