From 2e67be3b5a87513ac2c85900884f441425b1c3cd Mon Sep 17 00:00:00 2001 From: 0t4u <61939142+0t4u@users.noreply.github.com> Date: Sun, 21 Jul 2024 15:42:06 +0800 Subject: [PATCH] chore: add env.d.ts to tsconfig --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,