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 ee1f6fb commit 61434bb
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions packages/core/__tests__/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,23 @@
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"lib": ["ES6", "dom", "DOM.Iterable"],
"lib": [
"ES6",
"dom",
"DOM.Iterable"
],
"moduleResolution": "node",
"paths": {
"@/*": ["../src/*"]
"@/*": [
"../src/*"
]
}
},
"include": ["**/*.ts", "../src/dom/__tests__/dom-api.test.ts"],
"exclude": ["node_modules"]
}
"include": [
"**/*.ts",
"../src/dom/__tests__/dom-api.test.ts"
],
"exclude": [
"node_modules"
]
}

0 comments on commit 61434bb

Please sign in to comment.