Skip to content

Commit

Permalink
Remove TS compatibility fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sisou committed Mar 19, 2023
1 parent 8cf05a2 commit b17c2a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build:bitcoinjs": "yarn --silent browserify tools/bitcoinjs-parts.js -s BitcoinJS | yarn terser --compress --mangle --source-map --output src/lib/bitcoin/BitcoinJS.js",
"build:opengsn": "yarn browserify -r @opengsn/common/dist/EIP712/TypedRequestData -s OpenGSN -o src/lib/polygon/OpenGSN.js",
"test": "karma start",
"typecheck": "node tools/typescriptCompatibilityFix.js && tsc",
"typecheck": "tsc",
"lint": "yarn i18n:build-dictionary && eslint src tools && if ( grep 'fit\\|fdescribe' tests/lib/* ); then exit 1; else exit 0; fi",
"lintfix": "eslint --fix src tools",
"checkdeps": "node tools/dependencyValidator.js",
Expand Down
16 changes: 0 additions & 16 deletions tools/typescriptCompatibilityFix.js

This file was deleted.

0 comments on commit b17c2a4

Please sign in to comment.