update: config for astro+macho js

This commit is contained in:
ThatGuySam 2025-02-10 19:31:47 -06:00
parent 24fa3a2e0b
commit 5957079d3f

View file

@ -1,4 +1,5 @@
{ {
"extends": "astro/tsconfigs/base",
"compilerOptions": { "compilerOptions": {
"allowJs": true, "allowJs": true,
"baseUrl": ".", "baseUrl": ".",
@ -7,5 +8,8 @@
"~helpers": ["./helpers/*"], "~helpers": ["./helpers/*"],
"~astro": ["./src/*"] "~astro": ["./src/*"]
} }
} },
"exclude": [
"helpers/macho/*.js"
]
} }