diff --git a/.gitignore b/.gitignore index 6d4c0aa..84e7f23 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # build output dist/ +.netlify/ # generated types .astro/ diff --git a/tsconfig.json b/tsconfig.json index 4bd26df..ddfdace 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,7 @@ { "extends": "astro/tsconfigs/base", "compilerOptions": { + "allowJs": true, "baseUrl": ".", "paths": { "@components/*": ["src/components/*"],