Skip to content

Commit 1e18d98

Browse files
committed
Upgrade to Typescript 5.x and Svelte 4.x
1 parent 0f9d71c commit 1e18d98

12 files changed

+8601
-50
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ module.exports = {
3636
settings: {
3737
'import/resolver': {
3838
node: {
39-
extensions: ['.ts']
39+
extensions: ['.ts', '.d.ts']
4040
}
4141
}
4242
}

0 commit comments

Comments
 (0)