Clean up type/lint errors in modules (#10996)

This commit is contained in:
Samuel Newman
2026-06-26 17:41:09 +03:00
committed by GitHub
parent fcbd23e7db
commit 66250e45cc
10 changed files with 62 additions and 98 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
{
"extends": "./tsconfig.json",
"include": ["src", "app.config.js"]
"include": ["src", "modules", "app.config.js"]
}