Skip to content

Commit 63ad8be

Browse files
committed
build: use strict ts mode
1 parent bd06812 commit 63ad8be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"resolveJsonModule": true,
88
"noUnusedLocals": false,
99
"skipLibCheck": true,
10-
"lib": ["DOM"]
10+
"lib": ["DOM"],
11+
"strict": true,
1112
},
1213
"include": ["./src/**/*", "config.ts"]
1314
}

0 commit comments

Comments
 (0)