From e6f5edbbddaaabe712358ebf05b4210b8b6309ba Mon Sep 17 00:00:00 2001 From: Tom Shaw Date: Sun, 24 Oct 2021 10:14:55 +0100 Subject: [PATCH] initial setup --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index f2e055a2a9..ddceafa14b 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",