Skip to content

Commit f8da426

Browse files
committed
fix: experiment-core types
1 parent 62f44c6 commit f8da426

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/experiment-core/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"declarationDir": "dist/types",
77
"downlevelIteration": true,
88
"strict": true,
9-
"baseUrl": "./src"
9+
"baseUrl": "./src",
10+
"rootDir": "."
1011
}
1112
}

0 commit comments

Comments
 (0)