Urara-Blog/node_modules/.pnpm-store/v3/files/ac/63d1d24ad022051ec5c8bec2eee2140d489020c57741ffbcc3de425c8d5e99b92ec87c5d678853c5abf9a4d6b88c499dba3aa35a0066065541f937871c33c2
2022-08-14 01:14:53 +08:00

14 lines
317 B
Text

{
"extends": "../../tsconfig",
"compilerOptions": {
"outDir": "./",
"rootDir": "./src",
"tsBuildInfoFile": "./tsconfig.tsbuildinfo"
},
"include": ["src/**/*.ts"],
"references": [
{"path": "../workbox-core/"},
{"path": "../workbox-routing/"},
{"path": "../workbox-strategies/"}
]
}