Finished implementing the stats updating, just need to implement the new model methods. Added a notes file.

This commit is contained in:
Daniel Ledda
2020-06-24 23:30:30 +02:00
parent df2c6c95bd
commit c13ac5f12b
6 changed files with 273 additions and 150 deletions

View File

@@ -40,5 +40,9 @@
"ts-loader": "^7.0.5",
"tslint": "^6.1.1",
"typescript": "^3.9.3"
},
"prettier": {
"tabWidth": 4,
"jsxBracketSameLine": true
}
}