Skip to content

Commit

Permalink
chore: don’t type check serviceworker.js
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobertlloyd committed Apr 15, 2024
1 parent f6be950 commit c1d8394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"resolveJsonModule": true,
"target": "es2022"
},
"exclude": ["node_modules"],
"exclude": ["node_modules", "packages/frontend/lib/serviceworker.js"],
"typeRoots": ["types", "./node_modules/@types"]
}

0 comments on commit c1d8394

Please sign in to comment.