Skip to content

Commit 53db2bc

Browse files
chore: turn strictPropertyInitialization back off
1 parent 2c1f8c5 commit 53db2bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"noUnusedLocals": true,
77
"rootDir": "src",
88
"strict": true,
9-
"strictPropertyInitialization": true,
9+
"strictPropertyInitialization": false,
1010
"target": "es2017",
1111
"removeComments": true,
1212
"outDir": "dist",

0 commit comments

Comments
 (0)