Skip to content

Commit

Permalink
chore: exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Feb 20, 2024
1 parent f82762e commit e9763b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
// This configuration is used for local development and type checking.
"extends": "./tsconfig.base.json",
"exclude": ["templates/next"],
"exclude": ["templates/next", "create-farc/templates"],
"include": ["create-farc", "examples", "templates", "src"],
"compilerOptions": {
"jsx": "react-jsx",
Expand Down

0 comments on commit e9763b0

Please sign in to comment.