Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

Commit

Permalink
pin TS version to 4.4
Browse files Browse the repository at this point in the history
Related to #270, quick fix while we figure out what the problem is
  • Loading branch information
dummdidumm authored Nov 18, 2021
1 parent 6b9dc85 commit ab94e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setupTypeScript.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ packageJSON.devDependencies = Object.assign(packageJSON.devDependencies, {
"svelte-check": "^2.0.0",
"svelte-preprocess": "^4.0.0",
"@rollup/plugin-typescript": "^8.0.0",
"typescript": "^4.0.0",
"typescript": "~4.4.0",
"tslib": "^2.0.0",
"@tsconfig/svelte": "^2.0.0"
})
Expand Down

0 comments on commit ab94e64

Please sign in to comment.