From 75f4aa23ea93aa4c12a7b80956ac4b0568b0cd74 Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Tue, 20 Feb 2018 17:52:04 -0800 Subject: [PATCH] Enabled the '--emitDeclarationOnly' flag. --- tsconfig.dts.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.dts.json b/tsconfig.dts.json index aa740dbd65..96500ad56f 100644 --- a/tsconfig.dts.json +++ b/tsconfig.dts.json @@ -2,6 +2,7 @@ "extends": "./tsconfig.json", "compilerOptions": { "noEmit": false, + "emitDeclarationOnly": true, "outDir": "./types" }, "exclude": ["./src/tests/**/*"]