Skip to content

Commit b04bfec

Browse files
committed
Enable "erasableSyntaxOnly": true
1 parent 4b8944f commit b04bfec

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tsconfig.build.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"composite": true,
66
"declaration": true,
77
"declarationMap": true,
8+
"erasableSyntaxOnly": true,
89
"isolatedModules": true,
910
"module": "NodeNext",
1011
"target": "ES2022",

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"references": [{ "path": "./tsconfig.build.json" }],
44
"compilerOptions": {
55
"checkJs": true,
6+
"erasableSyntaxOnly": true,
67
"isolatedModules": true,
78
"module": "NodeNext",
89
"noImplicitOverride": true,

0 commit comments

Comments
 (0)