react-stack-navigator
Version:
A native-like stack navigator for React DOM, inspired by Flutter's Navigator v1
26 lines (21 loc) • 456 B
JSON
{
"files": ["src/index.ts"],
"exclude": ["node_modules"],
"compilerOptions": {
"outDir": "lib",
"declaration": true,
"module": "ES6",
"target": "ES6",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"resolveJsonModule": true,
"jsx": "react",
"skipLibCheck": true,
"strict": true,
"allowJs": false,
"noImplicitAny": true,
"noImplicitReturns": true,
"noImplicitThis": true
}
}