We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a957e9 + ea9da09 commit b5d25f4Copy full SHA for b5d25f4
1 file changed
tsconfig.json
@@ -4,7 +4,7 @@
4
"target": "es5", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', or 'ESNEXT'. */
5
"module": "commonjs", /* Specify module code generation: 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */
6
"skipLibCheck": true,
7
- "lib": ["ES2015"], /* Specify library files to be included in the compilation: */
+ "lib": ["es2015"], /* Specify library files to be included in the compilation: */
8
"allowJs": true, /* Allow javascript files to be compiled. */
9
// "checkJs": true, /* Report errors in .js files. */
10
// "jsx": "preserve", /* Specify JSX code generation: 'preserve', 'react-native', or 'react'. */
0 commit comments