Skip to content

Commit

Permalink
Merge pull request #1545 from aznnomness/master
Browse files Browse the repository at this point in the history
Resolved warning in tsconfig.
  • Loading branch information
shakyShane authored Apr 29, 2018
2 parents 8a957e9 + ea9da09 commit b5d25f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
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 b5d25f4

Please sign in to comment.