Skip to content

Commit e7838e3

Browse files
committed
chore: upgrade TypeScript to v6
1 parent d7b95cf commit e7838e3

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"prettier": "3.8.1",
9595
"react-resizable-panels": "^3.0.6",
9696
"tailwindcss": "^3.4.19",
97-
"typescript": "^5.9.3",
97+
"typescript": "^6.0.2",
9898
"typescript-eslint": "^8.58.0",
9999
"vite": "^8.0.3",
100100
"yorkie": "^2.0.0"

tsconfig.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
{
22
"compilerOptions": {
33
"target": "es2022",
4-
"lib": ["dom", "dom.iterable", "esnext"],
4+
"lib": ["dom", "esnext"],
5+
"types": ["vite/client"],
56
"allowJs": true,
67
"skipLibCheck": true,
7-
"esModuleInterop": true,
8-
"allowSyntheticDefaultImports": true,
98
"strict": true,
109
"forceConsistentCasingInFileNames": true,
1110
"noFallthroughCasesInSwitch": true,

0 commit comments

Comments
 (0)