This commit is contained in:
Paolo Arena
2021-09-22 01:14:30 +02:00
parent db4b06f67f
commit f24dd63551
17 changed files with 707 additions and 117 deletions

7
tsconfig.eslint.json Executable file
View File

@@ -0,0 +1,7 @@
{
"extends": "./tsconfig.json",
"include": [
// ...
"src-pwa/custom-service-worker.js"
]
}