Skip to content

Commit 198eb39

Browse files
committed
fix: update TS config
1 parent b0e0a17 commit 198eb39

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tsconfig.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,10 @@
2323
"moduleResolution": "Bundler",
2424
"module": "preserve",
2525
"noEmit": true,
26-
/* Browser-specific */
27-
"lib": ["ES2022", "DOM", "DOM.Iterable"],
26+
/* Erasable syntax */
27+
"erasableSyntaxOnly": true,
28+
/* Runtime-specific */
29+
"lib": ["ES2022"],
2830
/* Imports */
2931
"baseUrl": "src",
3032
"paths": {

0 commit comments

Comments
 (0)