rift-router
Version:
Blazing Fast and Lightweight router for React Based on state first.
16 lines (15 loc) • 355 B
JSON
{
"compilerOptions": {
"outDir": "./lib/",
"declarationDir": "./lib/types/",
"module": "commonjs",
"target": "es6",
"lib": ["dom", "scripthost", "esnext"],
"sourceMap": true,
"jsx": "react",
"declaration": true,
"esModuleInterop": true,
"removeComments": true
},
"exclude": ["node_modules", "**/*.spec.ts"]
}