Skip to content

Commit 7bd1954

Browse files
authored
Merge pull request #75 from ianhi/no-strict-init
don't use strictPropertyInitialization
2 parents e815ae1 + 7ef16db commit 7bd1954

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

{{cookiecutter.github_project_name}}/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"skipLibCheck": true,
1414
"sourceMap": true,
1515
"strict": true,
16+
"strictPropertyInitialization": false,
1617
"target": "es2015"
1718
},
1819
"include": [

0 commit comments

Comments
 (0)