Skip to content

Commit 7194964

Browse files
committed
update tsconfig
1 parent d4f1ffd commit 7194964

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

packages/core/tsconfig.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@
1414
"@/*": ["./src/*"]
1515
}
1616
},
17-
"include": [
18-
"src/**/*.ts",
19-
"__tests__/unit/dom/dom-api.test.ts",
20-
"__tests__/unit/dom/dom.test.ts",
21-
"__tests__/unit/dom/list.test.ts",
22-
"__tests__/unit/dom/selector.test.ts"
23-
],
17+
"include": ["src/**/*.ts"],
2418
"exclude": ["node_modules"]
2519
}

0 commit comments

Comments
 (0)