diff options
Diffstat (limited to 'tsconfig.app.json')
| -rw-r--r-- | tsconfig.app.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.app.json b/tsconfig.app.json index f0a2350..221fe26 100644 --- a/tsconfig.app.json +++ b/tsconfig.app.json @@ -20,5 +20,5 @@ "noUnusedParameters": true, "noFallthroughCasesInSwitch": true }, - "include": ["src"] + "include": ["src", "public/sw.js"] } |
