diff --git a/tsconfig.json b/tsconfig.json index 013e6c5..070168a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,5 +15,5 @@ "noEmit": true, "jsx": "react" }, - "include": ["./src"] + "include": ["client/src"] }