@web-package/react-widgets-router
Version:
This package is a router that provides transition animations and fully preserves the state of previous elements, offering an experience close to a Web standard API.
16 lines • 412 B
JSON
{
"compilerOptions": {
"lib": ["DOM", "ESNext"],
"strict": true,
"alwaysStrict": true,
"module": "ESNext",
"target": "ES2015",
"moduleResolution": "Node",
"declaration": true,
"declarationDir": "./dist/types",
"jsx": "react-jsx",
"jsxImportSource": "react"
},
"include": ["./src/**/*"],
"exclude": ["node_modules"]
}