{
  "compilerOptions": {
    "lib": ["esnext", "dom"],
    "jsx": "preserve",
    "strict": true,
    "baseUrl": "../../..",
    "skipLibCheck": false,
    "paths": {
      "easy-peasy": ["index.d.ts"]
    }
  }
}