cell-router
Version:
Web Component Router based on WebCell & MobX
22 lines (21 loc) • 596 B
JSON
{
"compilerOptions": {
"moduleResolution": "Node",
"esModuleInterop": true,
"downlevelIteration": true,
"useDefineForClassFields": true,
"jsx": "react-jsx",
"jsxImportSource": "dom-renderer",
"lib": ["ES2022", "DOM", "DOM.Iterable"],
"skipLibCheck": true,
"target": "ES2017"
},
"include": ["source/*"],
"typedocOptions": {
"name": "Cell Router",
"excludeExternals": true,
"excludePrivate": true,
"readme": "./ReadMe.md",
"plugin": ["typedoc-plugin-mdn-links"]
}
}