spiegel-keyman/web/src/tsconfig.dom.json

7 lines
No EOL
193 B
JSON

// All projects herein require a reference to the DOM libraries... even the mostly-headless ones.
{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"lib": [ "DOM", "ES6"]
}
}