| { | |
| "include": ["./src/**/*"], | |
| "compilerOptions": { | |
| "strict": true, | |
| "esModuleInterop": true, | |
| "lib": ["dom", "es2015"], | |
| "jsx": "react-jsx" | |
| } | |
| } | |
| { | |
| "include": ["./src/**/*"], | |
| "compilerOptions": { | |
| "strict": true, | |
| "esModuleInterop": true, | |
| "lib": ["dom", "es2015"], | |
| "jsx": "react-jsx" | |
| } | |
| } | |