Skip to content
This repository was archived by the owner on Aug 29, 2021. It is now read-only.

Commit e90ff0a

Browse files
committed
Bring in es2017 lib
1 parent 5069b0f commit e90ff0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"target": "es2017" /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', or 'ESNEXT'. */,
55
"module": "commonjs" /* Specify module code generation: 'none', commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */,
66
"lib": [
7-
"es2015"
7+
"es2017"
88
] /* Specify library files to be included in the compilation: */,
99
"outDir": "./out" /* Redirect output structure to the directory. */,
1010
"rootDir": "./src" /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */,

0 commit comments

Comments
 (0)