···11{
22- "compilerOptions": {
33- "target": "es2016", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
44- "module": "commonjs", /* Specify what module code is generated. */
55- "rootDir": "./src/", /* Specify the root folder within your source files. */
66- "outDir": "./dist/", /* Specify an output folder for all emitted files. */
77- "esModuleInterop": true, /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSyntheticDefaultImports' for type compatibility. */
88- "forceConsistentCasingInFileNames": true, /* Ensure that casing is correct in imports. */
99- "strict": true, /* Enable all strict type-checking options. */
1010- "skipLibCheck": true /* Skip type checking all .d.ts files. */
1111- }
22+ "compilerOptions": {
33+ "jsx": "react",
44+ "target": "es2016" /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */,
55+ "module": "commonjs" /* Specify what module code is generated. */,
66+ "rootDir": "./src/" /* Specify the root folder within your source files. */,
77+ "outDir": "./dist/" /* Specify an output folder for all emitted files. */,
88+ "esModuleInterop": true /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSyntheticDefaultImports' for type compatibility. */,
99+ "forceConsistentCasingInFileNames": true /* Ensure that casing is correct in imports. */,
1010+ "strict": true /* Enable all strict type-checking options. */,
1111+ "skipLibCheck": true /* Skip type checking all .d.ts files. */
1212+ }
1213}