launchpad-ledger: Add DOM lib to tsconfig.json
This commit is contained in:
parent
6a3d20b8e3
commit
14464dcb44
@ -4,9 +4,8 @@
|
||||
"baseUrl": ".",
|
||||
"outDir": "build",
|
||||
"declarationDir": "build/types",
|
||||
"rootDir": "src"
|
||||
"rootDir": "src",
|
||||
"lib": ["es2017", "dom"]
|
||||
},
|
||||
"include": [
|
||||
"src/**/*"
|
||||
]
|
||||
"include": ["src/**/*"]
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user