Skip to content

Commit

Permalink
💚 entry files set as TS
Browse files Browse the repository at this point in the history
  • Loading branch information
rkotze committed Oct 27, 2024
1 parent d11f46d commit a33f42d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/bob/git-mob-core.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const glob = require('glob');

const baseConfig = {
entryPoints: ['./src/index.js'],
entryPoints: ['./src/index.ts'],
mainFields: ['module', 'main'],
platform: 'node',
target: ['node16'],
Expand Down
8 changes: 4 additions & 4 deletions packages/bob/git-mob.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ const glob = require('glob');
const baseConfig = {
entryPoints: [
'./src/git-mob.ts',
'./src/solo.js',
'./src/solo.ts',
'./src/git-add-coauthor.ts',
'./src/git-mob-print.js',
'./src/git-suggest-coauthors.js',
'./src/install/create-author-file.js',
'./src/git-mob-print.ts',
'./src/git-suggest-coauthors.ts',
'./src/install/create-author-file.ts',
],
mainFields: ['module', 'main'],
bundle: true,
Expand Down

0 comments on commit a33f42d

Please sign in to comment.