From 1ef2073ab67bd2e97ac9db7aa4b315509af20ac7 Mon Sep 17 00:00:00 2001 From: minh-de-rien <77995908+minh-de-rien@users.noreply.github.com> Date: Wed, 24 Jan 2024 12:26:20 -0500 Subject: [PATCH] Lint: add consts.ts in tsconfig --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 4ffb0e0..d75d7e2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,7 @@ "extends": "astro/tsconfigs/strict", "compilerOptions": { "strictNullChecks": true - } + }, "files": [ "consts.ts" ]