Skip to content

Commit

Permalink
explicit relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe committed Aug 20, 2024
1 parent 60c2394 commit 2e71a1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/project-config/tsconfig.cjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "dist/cjs",
"tsBuildInfoFile": "tsconfig.cjs.tsbuildinfo",
"tsBuildInfoFile": "./tsconfig.cjs.tsbuildinfo",
"module": "commonjs",
"moduleResolution": "node"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/web/tsconfig.cjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"extends": "./tsconfig.build.json",
"compilerOptions": {
"outDir": "dist/cjs",
"tsBuildInfoFile": "tsconfig.cjs.tsbuildinfo"
"tsBuildInfoFile": "./tsconfig.cjs.tsbuildinfo"
}
}

0 comments on commit 2e71a1d

Please sign in to comment.