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 Feb 28, 2024
1 parent 678ec3a commit a9178de
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 a9178de

Please sign in to comment.