From 0d4ee9bd621877e1ae919a1be2823723d3c4e8bf Mon Sep 17 00:00:00 2001 From: Elizabeth Craig Date: Wed, 22 Jan 2020 15:28:24 -0800 Subject: [PATCH] No generated declaration files --- src/tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tsconfig.json b/src/tsconfig.json index 8267b103..b2a6ca66 100644 --- a/src/tsconfig.json +++ b/src/tsconfig.json @@ -3,7 +3,6 @@ "module": "amd", "moduleResolution": "node", "outDir": "../release/dev", - "declaration": true, "target": "es5", "lib": [ "dom",