diff --git a/tsconfig.json b/tsconfig.json index 1e65c13..50187c6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,5 @@ { - "include": ["./src/*", ".eslintrc.cjs", "./shoukaku/*", "./.astro/*"], + "include": ["./src/*", ".eslintrc.cjs", "./shoukaku/*", "./.astro/*", "env.d.ts"], "extends": "astro/tsconfigs/strict", "compilerOptions": { "verbatimModuleSyntax": false,