Skip to content

Commit 69630b9

Browse files
committed
fix tsconfig.json json
1 parent 89e24a1 commit 69630b9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"es2015.promise",
1414
"es2015.iterable",
1515
"es2015.collection"
16-
],
16+
]
1717
},
1818
"include": [
1919
"./typings",
@@ -22,6 +22,6 @@
2222
"exclude": [
2323
"./typings/require-monaco.d.ts",
2424
"./typings/es6-promise.d.ts",
25-
"./typings/lib.ie11_safe_es6.d.ts",
25+
"./typings/lib.ie11_safe_es6.d.ts"
2626
]
2727
}

0 commit comments

Comments
 (0)