Skip to content

Commit e605ffc

Browse files
committed
chore: add tsconfig references
1 parent f2d4037 commit e605ffc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/benchmark.js-plugin/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
"types": ["jest", "node"],
77
"typeRoots": ["node_modules/@types", "../../node_modules/@types"]
88
},
9+
"references": [{ "path": "../core" }],
910
"include": ["src/**/*.ts"]
1011
}

packages/tinybench-plugin/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
"rootDir": "src",
66
"typeRoots": ["node_modules/@types", "../../node_modules/@types"]
77
},
8+
"references": [{ "path": "../core" }],
89
"include": ["src/**/*.ts"]
910
}

0 commit comments

Comments
 (0)