Skip to content

Commit

Permalink
chore: generate CJS build info files in dist-cjs (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
marikaner authored Sep 5, 2024
1 parent 3222079 commit 7458142
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion packages/ai-core/tsconfig.cjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "CommonJS",
"outDir": "./dist-cjs"
"outDir": "./dist-cjs",
"tsBuildInfoFile": "./dist-cjs/.tsbuildinfo"
}
}
3 changes: 2 additions & 1 deletion packages/core/tsconfig.cjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "CommonJS",
"outDir": "./dist-cjs"
"outDir": "./dist-cjs",
"tsBuildInfoFile": "./dist-cjs/.tsbuildinfo"
}
}
3 changes: 2 additions & 1 deletion packages/gen-ai-hub/tsconfig.cjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "CommonJS",
"outDir": "./dist-cjs"
"outDir": "./dist-cjs",
"tsBuildInfoFile": "./dist-cjs/.tsbuildinfo"
}
}

0 comments on commit 7458142

Please sign in to comment.