From 6bdb0eaa0ee0b9b676d4b6da979e7d0a4e3b3c46 Mon Sep 17 00:00:00 2001 From: Tom Shaw Date: Fri, 5 Nov 2021 19:37:22 +0000 Subject: [PATCH] removed tsconfig.json sourceMap option --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index ddceafa14b..f2e055a2a9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,7 +8,7 @@ // the only missing feature is Array.prototype.values "lib": ["es2017"], "target": "es2017", - "sourceMap": true, + "declaration": true, "declarationDir": "types",