{ "compilerOptions": { "target": "ES5", "module": "CommonJS", "strict": true, "allowJs": true, "esModuleInterop": true, "jsx": "react-jsx" }, "include": ["src"] }