Files
openstapps/tsconfig.json
Anselm Stordeur fbe1a65cd1 feat: add proxy
2021-04-27 15:23:41 +02:00

9 lines
139 B
JSON

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