{ "compilerOptions": { "allowSyntheticDefaultImports": true, "noFallthroughCasesInSwitch": true, "noUnusedParameters": false, "noImplicitReturns": false, "moduleResolution": "node", "esModuleInterop": true, "noUnusedLocals": false, "noImplicitAny": false, "noEmit": true, "target": "ESNext", "module": "ESNext", "strict": false, "strictNullChecks": true, "jsx": "react", "baseUrl": "." }, "include": [ "**/*" ], "exclude": [ "node_modules", "dist" ] }