Skip to content

Commit ea9da09

Browse files
author
Kiyotoshi Ichikawa
committed
Resolved warning in tsconfig.
1 parent 78c3854 commit ea9da09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"target": "es5", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', or 'ESNEXT'. */
55
"module": "commonjs", /* Specify module code generation: 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */
66
"skipLibCheck": true,
7-
"lib": ["ES2015"], /* Specify library files to be included in the compilation: */
7+
"lib": ["es2015"], /* Specify library files to be included in the compilation: */
88
"allowJs": true, /* Allow javascript files to be compiled. */
99
// "checkJs": true, /* Report errors in .js files. */
1010
// "jsx": "preserve", /* Specify JSX code generation: 'preserve', 'react-native', or 'react'. */

0 commit comments

Comments
 (0)