From 6bfdc755b65d66d78130c370ec78ecd803207ea9 Mon Sep 17 00:00:00 2001 From: Neek Sandhu Date: Thu, 17 May 2018 01:32:01 -0700 Subject: [PATCH] enable sourcemap --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 920719a..8213934 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,6 +4,7 @@ "module": "commonjs", "outDir": "dist", "declaration": true, - "declarationDir": "dist/typings" + "declarationDir": "dist/typings", + "sourceMap": true } } \ No newline at end of file