Don't include DOM typings

Signed-off-by: David Mehren <dmehren1@gmail.com>
This commit is contained in:
David Mehren 2020-04-12 13:13:13 +02:00
parent 9f284b752b
commit 2cd96f955d
No known key found for this signature in database
GPG key ID: 6017AF117F9756CB

View file

@ -8,7 +8,8 @@
"esModuleInterop": true, "esModuleInterop": true,
"experimentalDecorators": true, "experimentalDecorators": true,
"emitDecoratorMetadata": true, "emitDecoratorMetadata": true,
"sourceMap": true "sourceMap": true,
"lib": ["ES2019"]
}, },
"include": [ "include": [
"./lib/**/*" "./lib/**/*"