| { | |
| "compilerOptions": { | |
| "noEmit": true, | |
| "jsx": "react", | |
| "target": "es2017", | |
| "module": "commonjs", | |
| "allowJs": true, | |
| "resolveJsonModule": true, | |
| "esModuleInterop": true, | |
| "forceConsistentCasingInFileNames": true, | |
| "strict": true, | |
| "skipLibCheck": true | |
| } | |
| } | |
| { | |
| "compilerOptions": { | |
| "noEmit": true, | |
| "jsx": "react", | |
| "target": "es2017", | |
| "module": "commonjs", | |
| "allowJs": true, | |
| "resolveJsonModule": true, | |
| "esModuleInterop": true, | |
| "forceConsistentCasingInFileNames": true, | |
| "strict": true, | |
| "skipLibCheck": true | |
| } | |
| } | |