From 9fdc2a5e63d7df4dddfed60a2652e136fca9e309 Mon Sep 17 00:00:00 2001 From: Chuck Dries Date: Sat, 7 Aug 2021 10:53:15 -0700 Subject: [PATCH] Move client files to client folder --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }