diff --git a/tsconfig.json b/tsconfig.json index d94df0f..d0a369f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,6 +2,7 @@ "extends": "astro/tsconfigs/base", "compilerOptions": { "types": ["astro/client"], + "allowJs": true, "baseUrl": ".", "paths": { "~/*": ["src/*"]