UNPKG

658 BJSONView Raw
1{
2 "extends": "../../tsconfig",
3 "compilerOptions": {
4 "esModuleInterop": true,
5 "module": "CommonJS",
6 "outDir": "./build",
7 "resolveJsonModule": true,
8 "rootDir": "./src",
9 "target": "ES2018",
10 "tsBuildInfoFile": "./tsconfig.tsbuildinfo"
11 },
12 "files": [
13 "src/cdn-details.json"
14 ],
15 "include": [
16 "src/**/*.ts",
17 "src/schema/*.json"
18 ],
19 "references": [
20 {"path": "../workbox-background-sync/"},
21 {"path": "../workbox-broadcast-update/"},
22 {"path": "../workbox-cacheable-response/"},
23 {"path": "../workbox-core/"},
24 {"path": "../workbox-expiration/"},
25 {"path": "../workbox-google-analytics/"}
26 ]
27}