UNPKG

@virtualstate/app-history

Version:

Native JavaScript [app-history](https://github.com/WICG/app-history) implementation

41 lines (40 loc) 866 B
{ "compilerOptions": { "module": "esnext", "lib": [ "es2018", "esnext", "dom", ], "types": [ "jest", "node" ], "esModuleInterop": true, "target": "esnext", "noImplicitAny": true, "downlevelIteration": true, "moduleResolution": "node", "declaration": true, "sourceMap": true, "declaration": true, "outDir": "esnext", "baseUrl": "./src", "jsx": "react", "jsxFactory": "h", "jsxFragmentFactory": "createFragment", "allowJs": true, "paths": { } }, "include": [ "src/**/*" ], "typeRoots": [ "./node_modules/@types", "src/types" ], "exclude": [ "node_modules/@opennetwork/vdom" ] }