UNPKG

232 BJSONView Raw
1{
2 "extends": "../../tsconfig",
3 "compilerOptions": {
4 "outDir": "./",
5 "rootDir": "./src",
6 "tsBuildInfoFile": "./tsconfig.tsbuildinfo"
7 },
8 "include": ["src/**/*.ts"],
9 "references": [{"path": "../workbox-core/"}]
10}