Skip to content

Commit be3885b

Browse files
committed
chore: build in ts strict mode
1 parent 72e898c commit be3885b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.build.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"lib": ["dom", "dom.iterable", "esnext"],
88
"allowJs": true,
99
"skipLibCheck": true,
10-
"strict": false,
10+
"strict": true,
1111
"forceConsistentCasingInFileNames": true,
1212
"esModuleInterop": true,
1313
"module": "CommonJS",

0 commit comments

Comments
 (0)