You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
638 B
22 lines
638 B
{ |
|
"extends": "../../tsconfig", |
|
"compilerOptions": { |
|
"esModuleInterop": true, |
|
"module": "CommonJS", |
|
"outDir": "./build", |
|
"resolveJsonModule": true, |
|
"rootDir": "./src", |
|
"target": "ES2018", |
|
"tsBuildInfoFile": "./tsconfig.tsbuildinfo" |
|
}, |
|
"files": ["src/cdn-details.json"], |
|
"include": ["src/**/*.ts", "src/schema/*.json"], |
|
"references": [ |
|
{"path": "../workbox-background-sync/"}, |
|
{"path": "../workbox-broadcast-update/"}, |
|
{"path": "../workbox-cacheable-response/"}, |
|
{"path": "../workbox-core/"}, |
|
{"path": "../workbox-expiration/"}, |
|
{"path": "../workbox-google-analytics/"} |
|
] |
|
}
|
|
|