From 540fb29f63a618a71763fb489c79d9a76c8001f0 Mon Sep 17 00:00:00 2001 From: Hiroshi Ogawa Date: Sat, 23 Nov 2024 19:29:27 +0900 Subject: [PATCH] chore: enable `isolatedDeclarations` --- tsconfig.base.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.base.json b/tsconfig.base.json index 4f1d4c4a..e8834872 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -1,6 +1,7 @@ { "extends": "@tsconfig/strictest/tsconfig.json", "compilerOptions": { + "isolatedDeclarations": true, "resolveJsonModule": true, "noUncheckedIndexedAccess": false, "exactOptionalPropertyTypes": false,