chore(backend): remove excluding apps in tsconfig

This commit is contained in:
Ali BARIN
2022-10-30 15:46:28 +01:00
parent 8632b29719
commit 1a3345e521

View File

@@ -21,12 +21,5 @@
"./src/apps"
]
},
"include": ["src/**/*", "bin/**/*"],
"exclude": [
"src/apps/discord",
"src/apps/firebase",
"src/apps/gitlab",
"src/apps/twitch",
"src/apps/typeform"
]
"include": ["src/**/*", "bin/**/*"]
}