Skip to content

Commit

Permalink
fix incompatibility with ts 3
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-zimerman committed Oct 24, 2024
1 parent e8f48eb commit d0314c6
Show file tree
Hide file tree
Showing 2 changed files with 776 additions and 961 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@
"@types/cordova": "0.0.34",
"@types/jest": "^24.0.18",
"@types/node": "^12.7.5",
"@types/prettier": "<2.6.0",
"codecov": "^3.8.3",
"eslint": "^8.0.0",
"jest": "^25.5.4",
"jest": "^26.1.0",
"json-schema": "^0.4.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.3.3",
Expand All @@ -54,6 +55,7 @@
"ts-jest": "^25.0.0",
"typescript": "^3.6.3"
},
"_devDependencies_notes": "@types/prettier required in order to keep compatibility with older typescript.",
"scripts": {
"build:bundle": "rollup --config",
"build:typescript": "tsc -p tsconfig.build.json",
Expand Down
Loading

0 comments on commit d0314c6

Please sign in to comment.