Skip to content

Commit

Permalink
Expand tsconfig exclude/include to be more robust
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinovantes committed Jun 24, 2024
1 parent a2531aa commit 020ff59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@
},
},
"exclude": [
"**/raw/**/*",
"**/dist*",
"**/raw",
"**/*.html",
"node_modules",
"dist",
],
"include": [
"**/*",
"eslint.config.mjs",
"eslint.config.*js",
],
}

0 comments on commit 020ff59

Please sign in to comment.