Skip to content

Commit 5ff1c63

Browse files
committed
tsconfig updated
1 parent ca158f7 commit 5ff1c63

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tsconfig.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"compilerOptions": {
3-
"target": "es5",
3+
"target": "ES2017",
44
"lib": ["dom", "dom.iterable", "esnext"],
55
"allowJs": true,
66
"skipLibCheck": true,
7-
"strict": false,
8-
"forceConsistentCasingInFileNames": true,
7+
"strict": true,
98
"noEmit": true,
9+
"forceConsistentCasingInFileNames": true,
1010
"incremental": true,
1111
"esModuleInterop": true,
1212
"module": "esnext",

0 commit comments

Comments
 (0)