@roussos/pathway-router
Version:
A lightweight client-side router that manages navigation, history, caching, and rendering of content within a container element.
24 lines (22 loc) • 635 B
JSON
{
"compilerOptions": {
"target": "ES2019",
"useDefineForClassFields": true,
"module": "ESNext",
"lib": [ "ES2019", "DOM", "DOM.Iterable" ],
"skipLibCheck": true,
/* Bundler mode */
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"allowJs": true,
/* Linting */
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true,
},
"include": [ "src" ],
}