{ "compilerOptions": { "noImplicitAny": true, "module": "ES6", "esModuleInterop": true, "target": "es5", "jsx": "react", "jsxFactory": "m", "allowJs": true, "moduleResolution": "node", "baseUrl": "./src", "paths": { } } }