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

Commit 188c412

Browse files
authored
(fix) revert TypeScript pin
TS 4.4.3 fixes #255
1 parent b40fba3 commit 188c412

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.3.5",
28+
"typescript": "^4.0.0",
2929
"tslib": "^2.0.0",
3030
"@tsconfig/svelte": "^2.0.0"
3131
})

0 commit comments

Comments
 (0)