launchpad-ledger: Add DOM lib to tsconfig.json

This commit is contained in:
willclarktech 2020-09-09 15:35:47 +02:00
parent 6a3d20b8e3
commit 14464dcb44
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7

View File

@ -4,9 +4,8 @@
"baseUrl": ".",
"outDir": "build",
"declarationDir": "build/types",
"rootDir": "src"
"rootDir": "src",
"lib": ["es2017", "dom"]
},
"include": [
"src/**/*"
]
"include": ["src/**/*"]
}