Include TS type lib references directly in the file

Fixes #51
This commit is contained in:
Sindre Sorhus 2018-09-28 13:08:17 +07:00
parent 442f7b709f
commit 65c94f1a02
3 changed files with 10 additions and 7 deletions

View file

@ -3,11 +3,10 @@
"outDir": "dist",
"target": "es2016",
"lib": [
"dom",
"es2015",
"es2016",
"es2017.sharedmemory",
"esnext.asynciterable"
"esnext.asynciterable",
"dom"
],
"module": "commonjs",
"moduleResolution": "node",