Skip to content

Commit

Permalink
fix(ts-checker): remove default include glob (#5342)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan authored Jan 31, 2024
1 parent 132b7d6 commit 5eca714
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
5 changes: 5 additions & 0 deletions .changeset/old-masks-flash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@modern-js/app-tools': patch
---

fix(ts-checker): remove default include glob
10 changes: 1 addition & 9 deletions packages/solutions/app-tools/src/config/default.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,21 +70,13 @@ export function createDefaultConfig(
port: 8080,
};

const tools = {
tsChecker: {
issue: {
include: [{ file: '**/src/**/*' }],
},
},
};

return {
source,
output,
server,
dev,
html,
tools,
tools: {},
plugins: [],
builderPlugins: [],
runtime: {},
Expand Down

0 comments on commit 5eca714

Please sign in to comment.