{
  "compilerOptions": {
    "lib": ["es6", "dom"],
    "jsx": "react",
    "jsxFactory": "h",
    "noEmit": true,
    "strict": true,
    "baseUrl": ".",
    "paths": {
      "mwouter/preact": ["."],
      "mwouter/use-location": ["../use-location"],
      "mwouter/static-location": ["../static-location"]
    }
  },
  "files": ["./type-specs.tsx"]
}
