Skip to content

Commit

Permalink
Resolved warning in tsconfig.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiyotoshi Ichikawa authored and shakyShane committed Apr 29, 2018
1 parent 8a957e9 commit 1c9ae43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Expand Up @@ -4,7 +4,7 @@
"target": "es5", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', or 'ESNEXT'. */
"module": "commonjs", /* Specify module code generation: 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */
"skipLibCheck": true,
"lib": ["ES2015"], /* Specify library files to be included in the compilation: */
"lib": ["es2015"], /* Specify library files to be included in the compilation: */
"allowJs": true, /* Allow javascript files to be compiled. */
// "checkJs": true, /* Report errors in .js files. */
// "jsx": "preserve", /* Specify JSX code generation: 'preserve', 'react-native', or 'react'. */
Expand Down

0 comments on commit 1c9ae43

Please sign in to comment.