diff --git a/tsconfig.json b/tsconfig.json index 4028abe..755462a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -19,5 +19,7 @@ "noEmit": true, "jsx": "preserve" }, - "include": [] -} + "include": [ + "src" + ] +} \ No newline at end of file