UNPKG

workbox-routing

Version:

A service worker helper library to route request URLs to handlers.

12 lines (11 loc) 255 B
{ "extends": "../../tsconfig", "compilerOptions": { "composite": true, "outDir": "./", "rootDir": "./src", "tsBuildInfoFile": "./tsconfig.tsbuildinfo" }, "include": ["src/**/*.ts"], "references": [{"path": "../workbox-core/"}] }