8 lines
105 B
JSON
8 lines
105 B
JSON
|
|
{
|
||
|
|
"extends": "./tsconfig.json",
|
||
|
|
"include": [
|
||
|
|
// ...
|
||
|
|
"src-pwa/custom-service-worker.js"
|
||
|
|
]
|
||
|
|
}
|