Skip to content

Commit 4047d89

Browse files
committed
chore: turn on erasableSyntaxOnly TS option
1 parent 2b7a6d5 commit 4047d89

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tsconfig.base.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"sourceMap": true,
1010
"moduleResolution": "node",
1111
"lib": ["ES6", "DOM", "DOM.Iterable"],
12-
"strict": true
12+
"strict": true,
13+
"erasableSyntaxOnly": true
1314
}
1415
}

0 commit comments

Comments
 (0)