refactor: update project config files

This commit is contained in:
Michel Jonathan Schmitz
2020-11-03 12:29:41 +01:00
committed by Rainer Killinger
parent 30a2d3dcf4
commit 9512bca329
6 changed files with 115 additions and 27 deletions

View File

@@ -2,7 +2,7 @@
"extends": "./node_modules/@openstapps/configuration/tsconfig.json",
"exclude": [
"./config/",
"./test/",
"./lib/"
"./lib/",
"./test/"
]
}