From af3593e596fe8646dee3c80b50d7e55ae4faceff Mon Sep 17 00:00:00 2001 From: smolgrrr Date: Fri, 16 Aug 2024 13:42:44 +1000 Subject: [PATCH] tsconfig --- client/tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/tsconfig.json b/client/tsconfig.json index c402614..59eb4c0 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json @@ -13,7 +13,8 @@ "resolveJsonModule": true, "isolatedModules": true, "jsx": "preserve", - "incremental": true + "incremental": true, + "baseUrl": "." }, "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"], "exclude": ["node_modules"]