From 54d350e89d7c0cb1756609317f92808567fe0dd4 Mon Sep 17 00:00:00 2001 From: "M. George Hansen" Date: Sat, 30 May 2020 11:58:03 -0700 Subject: [PATCH] fix: output declarations, sourcemaps again --- tsconfig.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tsconfig.json b/tsconfig.json index c36fd09..10006e4 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,8 @@ { "extends": "./tsconfig-base.json", "compilerOptions": { + "declaration": true, + "sourceMap": true, "outDir": "./dist" }, "include": ["src/**/*.ts"]