universal-router-outlet
Version:
Use universal router in a web components app. Router outlet will take care of updating the right components when the url route changes
22 lines • 489 B
JSON
{
"compileOnSave": false,
"compilerOptions": {
"module": "commonjs",
"preserveConstEnums": true,
"removeComments": true,
"lib": [
"dom",
"es2017"
],
"target": "ES6",
"noImplicitAny": true,
"outDir": "./lib/",
"sourceMap": true,
"noUnusedParameters": true,
"noUnusedLocals": true
},
"exclude": [
"node_modules",
"lib"
]
}