Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 4e5f3ca

Browse files
author
cho0o0
committed
modify tsconfig.json to suppress warnings
1 parent 3c2297c commit 4e5f3ca

File tree

2 files changed

+3012
-307
lines changed

2 files changed

+3012
-307
lines changed

tsconfig.json

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
"module": "es2015",
77
"moduleResolution": "node",
88
"target": "es5",
9+
"skipLibCheck": true,
10+
"esModuleInterop": true,
911
"experimentalDecorators": true
1012
},
1113
"include": [

0 commit comments

Comments
 (0)