Urara-Blog/node_modules/.pnpm-store/v3/files/91/d1c09d86d4cba1bbd1921c5e1876d6b9decc7c894c9bfe27fcdfb5a3b0f9ccb6558245dd34124d6ed0950170677b4417f823b11cd14b9b62bb36ea2fbb11ad
2022-08-14 01:14:53 +08:00

15 lines
362 B
Text

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