Skip to content

Commit 27696bd

Browse files
committed
Fix build for publish by disabling strictPropertyInitialization
1 parent 53c0efa commit 27696bd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"target": "es6",
55
"noImplicitAny": false,
66
"strictNullChecks": true,
7+
"strictPropertyInitialization": false,
78
"sourceMap": false,
89
"skipLibCheck": true,
910
"resolveJsonModule": true,

0 commit comments

Comments
 (0)