Skip to content

Commit

Permalink
Put back an excludes for now
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobMGEvans committed Jun 14, 2023
1 parent eba9ddf commit c2b7c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/pages-example-forum-app/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"jsx": "react-jsx",
"esModuleInterop": true
},
"exclude": ["node_modules", "dist"]
"exclude": ["node_modules", "dist", "functions/**/*.{js, ts}"]
}

0 comments on commit c2b7c02

Please sign in to comment.