packages/cli: add lib ES2019 to common tsconfig
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
"module": "ESNext",
|
||||
"resolveJsonModule": true,
|
||||
"esModuleInterop": true,
|
||||
"lib": ["DOM", "DOM.Iterable", "ScriptHost", "ES2019"],
|
||||
"types": ["node", "jest"]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user