From db2cefb7b8560c1e8703749d76b24ad9a107b7bd Mon Sep 17 00:00:00 2001 From: arzafran Date: Mon, 17 Jun 2024 18:23:27 -0300 Subject: [PATCH] exclude sw from jsconfig --- jsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }