From 5957079d3f7c1b283ea850de75e20cc0ea8773f1 Mon Sep 17 00:00:00 2001 From: ThatGuySam Date: Mon, 10 Feb 2025 19:31:47 -0600 Subject: [PATCH] update: config for astro+macho js --- tsconfig.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 345359d..c6c9d37 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,4 +1,5 @@ { + "extends": "astro/tsconfigs/base", "compilerOptions": { "allowJs": true, "baseUrl": ".", @@ -7,5 +8,8 @@ "~helpers": ["./helpers/*"], "~astro": ["./src/*"] } - } + }, + "exclude": [ + "helpers/macho/*.js" + ] }