diff --git a/tsconfig.json b/tsconfig.json index 0f0c5fd..f0e488f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -70,7 +70,7 @@ "forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */ }, "include": [ - "./src", "app.ts", + "./src", ], "exclude": [ "./tests"