Skip to content

Commit

Permalink
refactor: run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaodong2008 committed Jul 14, 2024
1 parent 61434bb commit 300e481
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/core/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
"lib": ["ES6", "dom", "DOM.Iterable"],
"moduleResolution": "node"
},
"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",
"__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"
],
"exclude": ["node_modules"]
}

0 comments on commit 300e481

Please sign in to comment.