diff --git a/tsconfig.json b/tsconfig.json index f18b80f4973..2cf34f4868b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,8 +2,8 @@ "compilerOptions": { "checkJs": true, "customConditions": ["development"], - "declaration": true, "declarationMap": true, + "declaration": true, "emitDeclarationOnly": true, "exactOptionalPropertyTypes": true, "lib": ["es2022"],