diff options
-rw-r--r-- | js/tsconfig.generated.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tsconfig.generated.json b/js/tsconfig.generated.json index 4fa3be1a1..c669388f8 100644 --- a/js/tsconfig.generated.json +++ b/js/tsconfig.generated.json @@ -6,7 +6,7 @@ "extends": "../tsconfig.json", "compilerOptions": { "declaration": true, - "declarationMap": true, + "emitDeclarationOnly": true }, "files": [ "../node_modules/typescript/lib/lib.esnext.d.ts", |