@router-cli/react-router-dev
Version:
File based routing cli for react-router-dom.
28 lines (27 loc) • 658 B
JSON
{
"compilerOptions": {
"rootDir": "./src",
"moduleResolution": "node",
"isolatedModules": true,
"outDir": "./dist",
"allowSyntheticDefaultImports": true,
"declaration": true,
"pretty": true,
"skipLibCheck": true,
"removeComments": true,
"esModuleInterop": true,
"jsx": "react-jsx",
"strict": true,
"lib": [
"DOM",
"DOM.Iterable",
"ES2021"
],
"target": "ES2019",
},
"include": ["./src/**/*"],
"exclude": [
"./src/**/*.test.ts",
"dist"
],
}