forked from external/vscode-xml
Target ES6
This commit is contained in:
parent
bca908191a
commit
f11a188092
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
||||||
{
|
{
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"module": "commonjs",
|
"module": "commonjs",
|
||||||
"moduleResolution": "node"
|
"moduleResolution": "node",
|
||||||
|
"target": "es6"
|
||||||
},
|
},
|
||||||
|
|
||||||
"exclude": [
|
"exclude": [
|
||||||
|
|
Loading…
Add table
Reference in a new issue