mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 00:45:32 +00:00
7 lines
No EOL
193 B
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"]
|
|
}
|
|
} |