chore: do not pullute dist folder

This commit is contained in:
Roman Hotsiy 2017-08-02 14:04:08 +03:00
parent 86d8179e4f
commit 2a0f226b73
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

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