{
  "compilerOptions": {
    "baseUrl": ".",
    "esModuleInterop": true,
    "strict": true,
    "noImplicitAny": false,
    "jsx": "react-jsx",
    "paths": {
      "@/*": ["src/*", "src/*/index"]
    }
  }
}
