Skip to content

Commit

Permalink
update tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaodong2008 committed Jul 14, 2024
1 parent d4f1ffd commit 7194964
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions packages/core/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@
"@/*": ["./src/*"]
}
},
"include": [
"src/**/*.ts",
"__tests__/unit/dom/dom-api.test.ts",
"__tests__/unit/dom/dom.test.ts",
"__tests__/unit/dom/list.test.ts",
"__tests__/unit/dom/selector.test.ts"
],
"include": ["src/**/*.ts"],
"exclude": ["node_modules"]
}

0 comments on commit 7194964

Please sign in to comment.