From 4db4fcb40a569aa3135e29cea709f5a245c03fcc Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Thu, 25 Jan 2018 10:23:14 -0800 Subject: [PATCH] Remove declaration file generation, we have explicit types --- tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index a3aa790c..38bfd2fa 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,8 +5,7 @@ "rootDir": "src", "outDir": "lib", "sourceMap": true, - "removeComments": true, - "declaration": true + "removeComments": true }, "include": [ "src/**/*"