Merge pull request #703 from spotify/rugvip/es2019

packages/cli: add lib ES2019 to common tsconfig
This commit is contained in:
Patrik Oldsberg
2020-05-03 15:58:34 +02:00
committed by GitHub
+1
View File
@@ -10,6 +10,7 @@
"module": "ESNext",
"resolveJsonModule": true,
"esModuleInterop": true,
"lib": ["DOM", "DOM.Iterable", "ScriptHost", "ES2019"],
"types": ["node", "jest"]
}
}