chore: exclude disabled apps from typecheck

This commit is contained in:
Ali BARIN
2022-10-07 16:06:10 +03:00
committed by Faruk AYDIN
parent 45c0995d9d
commit 8a09408cf5
+10 -1
View File
@@ -21,5 +21,14 @@
"./src/apps"
]
},
"include": ["src/**/*", "bin/**/*"]
"include": ["src/**/*", "bin/**/*"],
"exclude": [
"src/apps/discord",
"src/apps/firebase",
"src/apps/flickr",
"src/apps/github",
"src/apps/gitlab",
"src/apps/twitch",
"src/apps/typeform"
]
}