Skip to content

Commit 504cd21

Browse files
feat: erasableSyntaxOnlyを有効化
1 parent d1a2f03 commit 504cd21

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.changeset/nice-moons-write.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@yoshinani/utils': patch
3+
---
4+
5+
erasableSyntaxOnly を有効化

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"extends": "@yoshinani/style-guide/typescript",
44
"compilerOptions": {
55
"noEmit": true,
6-
"types": ["vitest/globals"]
6+
"types": ["vitest/globals"],
7+
"erasableSyntaxOnly": true
78
},
89
"include": ["src/**/*", "*.ts", "*.mjs"],
910
"exclude": ["node_modules", "dist"]

0 commit comments

Comments
 (0)