From 3988f256af9f85edd209877a6c48743cb6763859 Mon Sep 17 00:00:00 2001 From: austin Date: Fri, 16 May 2025 10:48:05 -0400 Subject: [PATCH] tsconfig update --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 6c0d8462..4bea3dfc 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,6 +4,7 @@ "/*" : [ "./assets/*" ], - } + }, + "outDir" : ".cache/tscache/src" } } \ No newline at end of file