Skip to content

Commit

Permalink
More tsconfig fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
philipjames44 committed Apr 14, 2024
1 parent 794df0f commit 793728a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@
"jsx": "react-jsx"
},
"include": ["src/**/*"], // include all files in src
"exclude": ["node_modules"] // standard exclude
"exclude": ["node_modules"], // standard exclude
"files": [
"dist/**/*"
],
}

0 comments on commit 793728a

Please sign in to comment.