Skip to content

Commit

Permalink
Enable JavaScript compiler checks
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrotherham committed Nov 30, 2023
1 parent e16a702 commit 54ab1ef
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions jsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
"exclude": [
"**/*.spec.*",
"**/*.test.*",
"__tests__",
"cypress",
"lib/assets",
"prototype-starter",
"scripts"
],
"compilerOptions": {
"checkJs": true,
"module": "NodeNext",
"resolveJsonModule": true
}
Expand Down

0 comments on commit 54ab1ef

Please sign in to comment.