From 8ee2b45b5b889924e91f25f8072dbd584680315e Mon Sep 17 00:00:00 2001 From: Elizabeth Alexander Hunt Date: Thu, 23 Jul 2026 10:01:16 -0700 Subject: Add commit hash --- .ci/tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.ci/tsconfig.json') diff --git a/.ci/tsconfig.json b/.ci/tsconfig.json index 7cfeadc..6e44f85 100644 --- a/.ci/tsconfig.json +++ b/.ci/tsconfig.json @@ -3,7 +3,6 @@ "target": "ES2022", "module": "ESNext", "lib": ["ES2022"], - "moduleResolution": "node", "outDir": "./dist", "rootDir": "./", "composite": true, @@ -21,7 +20,8 @@ "noUncheckedIndexedAccess": true, "exactOptionalPropertyTypes": true, "noImplicitReturns": true, - "noFallthroughCasesInSwitch": true + "noFallthroughCasesInSwitch": true, + "types": ["node"] }, "include": ["**/*.ts"], "exclude": ["node_modules", "dist", "**/*.test.ts", "**/*.spec.ts"] -- cgit v1.3