diff --git a/tsconfig.json b/tsconfig.json
index a0a2a4e298..24925687a6 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -21,6 +21,6 @@
 		"./src/**/*.ts"
 	],
 	"exclude": [
-		"./src/web/**/*.ts"
+		"./src/web/app/**/*.ts"
 	]
 }