Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasio committed Mar 14, 2024
1 parent 951ad63 commit 340f15b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/core/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"module": "esnext",
"target": "ES2017"
},
"exclude": ["node_modules", "dist"],
"exclude": ["node_modules", "dist", "*/**/__tests__"],
"include": ["src"]
}
2 changes: 1 addition & 1 deletion packages/next/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"module": "esnext",
"target": "ES2017"
},
"exclude": ["node_modules", "dist"],
"exclude": ["node_modules", "dist", "*/**/__tests__"],
"include": ["src"]
}

0 comments on commit 340f15b

Please sign in to comment.