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

Commit

Permalink
unpin TS version
Browse files Browse the repository at this point in the history
Error in #270 is fixed through a fix in Svelte core which prevents the TS bug from happening
  • Loading branch information
dummdidumm committed Nov 19, 2021
1 parent ab94e64 commit 4fd09c2
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.4.0",
"typescript": "^4.0.0",
"tslib": "^2.0.0",
"@tsconfig/svelte": "^2.0.0"
})
Expand Down

0 comments on commit 4fd09c2

Please sign in to comment.