Skip to content

Commit 56345f0

Browse files
author
React-Admin CI
committed
Actually change the target
1 parent 624ba6b commit 56345f0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"compilerOptions": {
33
/* Basic Options */
4-
"target": "ES5" /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017','ES2018' or 'ESNEXT'. */,
4+
"target": "ES2020" /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017','ES2018' or 'ESNEXT'. */,
55
"module": "commonjs" /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */,
66
"lib": [
7-
"es2017",
7+
"ES2020",
88
"dom",
99
] /* Specify library files to be included in the compilation. */,
1010
"allowJs": true /* Allow javascript files to be compiled. */,

0 commit comments

Comments
 (0)