|
@@ -7,7 +7,7 @@
|
|
|
// "lib": [], /* 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'. */
|
|
|
+ "jsx": "react", /* Specify JSX code generation: 'preserve', 'react-native', or 'react'. */
|
|
|
// "declaration": true, /* Generates corresponding '.d.ts' file. */
|
|
|
// "declarationMap": true, /* Generates a sourcemap for each corresponding '.d.ts' file. */
|
|
|
// "sourceMap": true, /* Generates corresponding '.map' file. */
|
|
@@ -24,7 +24,7 @@
|
|
|
|
|
|
/* Strict Type-Checking Options */
|
|
|
"strict": true, /* Enable all strict type-checking options. */
|
|
|
- // "noImplicitAny": true, /* Raise error on expressions and declarations with an implied 'any' type. */
|
|
|
+ "noImplicitAny": true, /* Raise error on expressions and declarations with an implied 'any' type. */
|
|
|
// "strictNullChecks": true, /* Enable strict null checks. */
|
|
|
// "strictFunctionTypes": true, /* Enable strict checking of function types. */
|
|
|
// "strictBindCallApply": true, /* Enable strict 'bind', 'call', and 'apply' methods on functions. */
|