Urara-Blog/node_modules/.pnpm-store/v3/files/48/441788b9671e0b12d76b637fdd44d34f617f7f405a9953eef0571a2bd9e809a2cc5a117fef73030305c52e490b45ce2d2fb44f5835a0eadf997e11b86dfba9
2022-08-14 01:14:53 +08:00

22 lines
638 B
Text

{
"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/"}
]
}