Skip to content

Commit f3429b0

Browse files
committed
revert tsconfig to include previous config
1 parent 739c843 commit f3429b0

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

tsconfig.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
{
22
"compilerOptions": {
3-
"target": "ES2021",
4-
"lib": [
5-
"dom",
6-
"dom.iterable",
7-
"esnext"
8-
],
3+
"target": "es2021",
4+
"lib": ["dom", "dom.iterable", "esnext"],
95
"allowJs": true,
106
"skipLibCheck": true,
117
"strict": true,

0 commit comments

Comments
 (0)