feat: add proxy

This commit is contained in:
Anselm Stordeur
2019-01-16 19:54:30 +01:00
committed by Rainer Killinger
commit fbe1a65cd1
23 changed files with 3656 additions and 0 deletions

8
tsconfig.json Normal file
View File

@@ -0,0 +1,8 @@
{
"extends": "./node_modules/@openstapps/configuration/tsconfig.json",
"exclude": [
"./config/",
"./test/",
"./lib/"
]
}