Skip to content

Commit 93d7e44

Browse files
authored
chore: enable erasableSyntaxOnly in typescript (#292)
1 parent 2f51685 commit 93d7e44

File tree

3 files changed

+19
-18
lines changed

3 files changed

+19
-18
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@changesets/cli": "^2.26.2",
2525
"@types/node": "^18.16.0",
2626
"knip": "^3.8.4",
27-
"typescript": "^5.2.2",
27+
"typescript": "^5.8.3",
2828
"unbuild": "^2.0.0"
2929
},
3030
"packageManager": "[email protected]",

pnpm-lock.yaml

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

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"strict": true,
88
"esModuleInterop": true,
99
"forceConsistentCasingInFileNames": true,
10+
"erasableSyntaxOnly": true,
1011
"skipLibCheck": true,
1112
"isolatedModules": true,
1213
"verbatimModuleSyntax": true,

0 commit comments

Comments
 (0)