Skip to content

Commit d9fa706

Browse files
committed
Include DOM types in tsc check
1 parent 02c97ed commit d9fa706

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"bench": "vitest bench",
1111
"bench:report": "vitest bench --reporter=verbose",
1212
"test": "vitest",
13-
"test:types": "tsc test/types/*.ts --noEmit --lib es2022",
13+
"test:types": "tsc test/types/*.ts --noEmit --lib es2022,dom",
1414
"lint": "eslint .",
1515
"lint:fix": "eslint --fix .",
1616
"generate-types": "npm run docs && node utils/typescript.mjs"

0 commit comments

Comments
 (0)