Timofey Kachalov
7 years ago
|
@@ -1,7 +1,7 @@
|
|
{
|
|
{
|
|
"compilerOptions": {
|
|
"compilerOptions": {
|
|
"outDir": "test-tmp",
|
|
"outDir": "test-tmp",
|
|
- "target": "es6",
|
|
|
|
|
|
+ "target": "es2017",
|
|
"lib": [
|
|
"lib": [
|
|
"es2017",
|
|
"es2017",
|
|
"dom"
|
|
"dom"
|
|
@@ -22,4 +22,4 @@
|
|
"exclude": [
|
|
"exclude": [
|
|
"node_modules"
|
|
"node_modules"
|
|
]
|
|
]
|
|
-}
|
|
|
|
|
|
+}
|