Skip to content

Commit

Permalink
reenable lib check of tsc
Browse files Browse the repository at this point in the history
vite 5.1 solved the problem which required the workaround
  • Loading branch information
hmsk committed Feb 10, 2024
1 parent 0962cf0 commit 135fff8
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 18 deletions.
30 changes: 15 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@
"cypress": "13.6.4",
"eslint": "8.56.0",
"typescript": "5.3.3",
"vite": "5.0.12"
"vite": "5.1.1"
}
}
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"outDir": "dist",
"module": "Node16",
"lib": ["ES2022", "DOM"],
"sourceMap": true,
"skipLibCheck": true
"sourceMap": true
},
"include": ["./src"]
}

0 comments on commit 135fff8

Please sign in to comment.