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