From 2a0f226b73745c6634322817d0ad430de761935f Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Wed, 2 Aug 2017 14:04:08 +0300 Subject: [PATCH] chore: do not pullute dist folder --- tsconfig.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index b39e993c..b4e7152a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,12 +8,10 @@ "sourceMap": true, "pretty": true, "moduleResolution": "node", - "outDir": "./dist", + "noEmit": true, "noEmitHelpers": true, "strictNullChecks": false, "typeRoots": [ "./node_modules/@types" ], - "declaration": true, - "declarationDir": "dist", "lib": [ "dom", "es2016", "dom.iterable" ],