Skip to content

Commit a870eee

Browse files
committed
chore: update tsconfig.json references
1 parent 68dbdb7 commit a870eee

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

tsconfig.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
{
22
"files": [],
33
"include": [],
4-
"exclude": [
5-
"**/node_modules"
6-
],
4+
"exclude": ["**/node_modules"],
75
"references": [
86
{
9-
"path": "packages/benchmark.js"
7+
"path": "packages/benchmark.js-plugin"
8+
},
9+
{
10+
"path": "packages/tinybench-plugin"
11+
},
12+
{
13+
"path": "packages/vitest-plugin"
1014
},
1115
{
1216
"path": "packages/core"

0 commit comments

Comments
 (0)