Skip to content

Commit 7ef16db

Browse files
committed
don't use strictPropertyInitialization
allows initializing attributes in the `initialize` function run by backbonejs
1 parent 365ac0e commit 7ef16db

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)