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