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

Commit ab94e64

Browse files
authored
pin TS version to 4.4
Related to #270, quick fix while we figure out what the problem is
1 parent 6b9dc85 commit ab94e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/setupTypeScript.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ packageJSON.devDependencies = Object.assign(packageJSON.devDependencies, {
2525
"svelte-check": "^2.0.0",
2626
"svelte-preprocess": "^4.0.0",
2727
"@rollup/plugin-typescript": "^8.0.0",
28-
"typescript": "^4.0.0",
28+
"typescript": "~4.4.0",
2929
"tslib": "^2.0.0",
3030
"@tsconfig/svelte": "^2.0.0"
3131
})

0 commit comments

Comments
 (0)