Initial commit

This commit is contained in:
Thomas Nordquist
2018-12-28 15:25:25 +01:00
commit 0af3a2ede3
21 changed files with 2892 additions and 0 deletions

5
tslint.json Normal file
View File

@@ -0,0 +1,5 @@
{
"rules": {
"member-access": true
}
}