From 43fb79296b1179699647541cdcdca00e5b60ca65 Mon Sep 17 00:00:00 2001 From: Ewout Stortenbeker Date: Tue, 25 Oct 2022 21:18:09 +0200 Subject: [PATCH] export type declaration maps --- tsconfig-cjs.json | 1 + tsconfig.json | 1 + 2 files changed, 2 insertions(+) diff --git a/tsconfig-cjs.json b/tsconfig-cjs.json index 54949bc..53c1590 100644 --- a/tsconfig-cjs.json +++ b/tsconfig-cjs.json @@ -5,6 +5,7 @@ "module": "commonjs", "outDir": "./dist/cjs", "declaration": false, + "declarationMap": false, "declarationDir": null } } \ No newline at end of file diff --git a/tsconfig.json b/tsconfig.json index d334a18..cb88ec5 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,6 +5,7 @@ "rootDir": "./src", "sourceMap": true, "declaration": true, + "declarationMap": true, "declarationDir": "./dist/types", "module": "es2020", "outDir": "./dist/esm",