Skip to content

Commit

Permalink
chore: clean up comments
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisfalaska committed Nov 5, 2024
1 parent 7b8cac9 commit cd4c467
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"include": [
"*.js", // process root level JS files
"components/*/src/*.js" // process the generated JS
// process root level JS files
"*.js",
// process the sub-component JS
"components/*/src/*.js"
],
"exclude": [],
"compilerOptions": {
Expand Down

0 comments on commit cd4c467

Please sign in to comment.