v1.0 with SW PWA enabled
This commit is contained in:
17
frontend/node_modules/workbox-recipes/tsconfig.json
generated
vendored
Normal file
17
frontend/node_modules/workbox-recipes/tsconfig.json
generated
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"extends": "../../tsconfig",
|
||||
"compilerOptions": {
|
||||
"outDir": "./",
|
||||
"rootDir": "./src",
|
||||
"tsBuildInfoFile": "./tsconfig.tsbuildinfo"
|
||||
},
|
||||
"include": ["src/**/*.ts"],
|
||||
"references": [
|
||||
{"path": "../workbox-core/"},
|
||||
{"path": "../workbox-routing/"},
|
||||
{"path": "../workbox-strategies/"},
|
||||
{"path": "../workbox-cacheable-response/"},
|
||||
{"path": "../workbox-expiration/"},
|
||||
{"path": "../workbox-precaching/"}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user