Skip to content

Commit c19ba30

Browse files
author
Ryohei Ueda
committed
Update from es6 to ES2020
1 parent 7282025 commit c19ba30

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

tsconfig.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
{
22
"compilerOptions": {
33
"module": "commonjs",
4-
"target": "es6",
4+
"target": "ES2020",
55
"outDir": "out",
66
"lib": [
7-
"es6"
7+
"ES2020"
88
],
99
"sourceMap": true,
1010
"rootDir": "src"
11-
},
12-
"exclude": [
13-
"node_modules",
14-
".vscode-test"
15-
]
11+
}
1612
}

0 commit comments

Comments
 (0)