Skip to content

Commit e82bc9d

Browse files
chore(deps): update typescript to v6 (#2749)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Afonso Jorge Ramos <afonsojorgeramos@gmail.com>
1 parent 4287cf2 commit e82bc9d

File tree

3 files changed

+24
-20
lines changed

3 files changed

+24
-20
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
"semver": "7.7.4",
123123
"tailwind-merge": "3.5.0",
124124
"tailwindcss": "4.2.2",
125-
"typescript": "5.9.3",
125+
"typescript": "6.0.2",
126126
"vite": "8.0.3",
127127
"vite-plugin-checker": "0.12.0",
128128
"vite-plugin-electron": "0.29.1",

pnpm-lock.yaml

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

tsconfig.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,14 @@
77
"module": "ESNext",
88
"lib": ["ES2024", "DOM", "DOM.Iterable"],
99
"jsx": "react-jsx",
10+
"rootDir": "./src",
1011
"outDir": "./build/",
11-
"types": ["vitest/globals"],
12+
"types": ["vitest/globals", "vite/client"],
1213

14+
"strict": false,
1315
"esModuleInterop": true,
1416
"moduleResolution": "Node",
17+
"ignoreDeprecations": "6.0",
1518
"skipLibCheck": true,
1619
"allowSyntheticDefaultImports": true,
1720
"forceConsistentCasingInFileNames": true,

0 commit comments

Comments
 (0)