diff --git a/packages/core/tsconfig.json b/packages/core/tsconfig.json index b633635f4..8cc22e83c 100644 --- a/packages/core/tsconfig.json +++ b/packages/core/tsconfig.json @@ -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"] }