diff --git a/tsconfig.json b/tsconfig.json index 627d100..4280eac 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -19,6 +19,9 @@ "moduleDetection": "force", "skipLibCheck": true, }, + "include": [ + "src/**/*" + ], "exclude": [ "eslint.config.mts" ]