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" ],