From d8983b83217b18b73d7ded813f6401a61610aa5e Mon Sep 17 00:00:00 2001 From: Alexander Cerutti Date: Sun, 7 Feb 2021 22:35:11 +0100 Subject: [PATCH] Added generation of sourcemaps --- tsconfig.dist.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.dist.json b/tsconfig.dist.json index 656a12e..0599bac 100644 --- a/tsconfig.dist.json +++ b/tsconfig.dist.json @@ -2,7 +2,8 @@ "extends": "./tsconfig.json", "compilerOptions": { "outDir": "lib", - "declaration": true + "declaration": true, + "sourceMap": true }, "include": [ "src/**/*",