diff --git a/jsconfig.json b/jsconfig.json index f70b1774..f96d7ad4 100644 --- a/jsconfig.json +++ b/jsconfig.json @@ -23,6 +23,6 @@ } ] }, - "exclude": ["node_modules", "dist"], + "exclude": ["node_modules", "dist", "public/sw.js"], "include": ["**/*.js", "**/*.mjs"] }