Skip to content

Commit 5110667

Browse files
authored
fix: add rootDir to exports-test tsconfig for TS 5.7+ compatibility (#656)
1 parent 3b03b70 commit 5110667

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/e2e-tests/exports-test/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"compilerOptions": {
33
"declaration": true,
4+
"rootDir": "./src",
45
"target": "ES2022",
56
"lib": ["ES2022"],
67
"allowJs": false,

0 commit comments

Comments
 (0)