Skip to content

Commit 44eaa0c

Browse files
Revert .gitignore and tsconfig.json
1 parent 6758e26 commit 44eaa0c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
coverage/
2-
node_modules/
2+
node_modules/

tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
"resolveJsonModule": true,
1919
"strict": true,
2020
"target": "es2022",
21-
"verbatimModuleSyntax": true,
22-
"skipLibCheck": true
21+
"verbatimModuleSyntax": true
2322
}
2423
}

0 commit comments

Comments
 (0)