Skip to content

Commit d1fc24c

Browse files
committed
🔧 erasableSyntaxOnly
1 parent a7f94af commit d1fc24c

File tree

3 files changed

+41
-40
lines changed

3 files changed

+41
-40
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"ts-autofix": "^1.0.0",
6666
"tsx": "^4.19.2",
6767
"typedoc": "^0.27.6",
68-
"typescript": "5.7.3",
68+
"typescript": "5.8.1-rc",
6969
"typescript-eslint": "^8.13.0",
7070
"vitest": "^3.0.4"
7171
},

pnpm-lock.yaml

+39-39
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"isolatedModules": true,
3333
"verbatimModuleSyntax": true,
3434
"isolatedDeclarations": true,
35+
"erasableSyntaxOnly": true,
3536
"forceConsistentCasingInFileNames": true,
3637

3738
/* Type Checking */

0 commit comments

Comments
 (0)