Initial commit

This commit is contained in:
Wieland Schöbl
2019-08-20 13:46:25 +02:00
commit 8f62b0faa0
16 changed files with 4370 additions and 0 deletions

6
tslint.json Normal file
View File

@@ -0,0 +1,6 @@
{
"extends": "./node_modules/@openstapps/configuration/tslint.json",
"rules": {
"no-empty-interface": false
}
}