We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68dbdb7 commit a870eeeCopy full SHA for a870eee
tsconfig.json
@@ -1,12 +1,16 @@
1
{
2
"files": [],
3
"include": [],
4
- "exclude": [
5
- "**/node_modules"
6
- ],
+ "exclude": ["**/node_modules"],
7
"references": [
8
9
- "path": "packages/benchmark.js"
+ "path": "packages/benchmark.js-plugin"
+ },
+ {
10
+ "path": "packages/tinybench-plugin"
11
12
13
+ "path": "packages/vitest-plugin"
14
},
15
16
"path": "packages/core"
0 commit comments