Skip to content

Commit 53b18bb

Browse files
committed
fix: add rootDir to tsconfig.json to fix CI build failure
1 parent b6d2f7f commit 53b18bb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"compilerOptions": {
33
"module": "commonjs",
4+
"rootDir": "src",
45
"outDir": "out",
56
"target": "es6",
67
"declaration": true,

0 commit comments

Comments
 (0)