mwouter
Version:
A minimalistic routing for React and Preact, Memory Edition. Nothing extra, just HOOKS.
17 lines (16 loc) • 353 B
JSON
{
"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"]
}