From 3155bdb135c19d9eb3d4fa291c9e64ed329e8178 Mon Sep 17 00:00:00 2001 From: Kebo Kitanari Date: Tue, 12 Nov 2024 15:12:22 -0600 Subject: [PATCH] another attempt at fix --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index e560847..05582b3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,12 +5,12 @@ "jsxImportSource": "react", "strictNullChecks": true, "allowJs": true, + "outDir": "dist", "types": ["vite/client"], - "exclude": ["dist", "public"], "paths": { "@/*": ["./*"], "@c/*": ["./src/components/*"], "@l/*": ["./lib/*"], - } + }, } } \ No newline at end of file