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" + ] }