{
  "compilerOptions": {
    "jsx": "react-jsx",
    "strict": true,
    "skipLibCheck": true,
    "esModuleInterop": true,
    "paths": {
      "*": ["./@mf-types/*"]
    }
  },
  "include": ["src/**/*", "src/stories"]
}
