Skip to content

Commit

Permalink
Merge pull request #3240 from OpenNeuroOrg/cli-typescript-fix
Browse files Browse the repository at this point in the history
fix(cli): Ship commonjs instead of typescript for npm
  • Loading branch information
nellh authored Dec 2, 2024
2 parents 62108e2 + 86ec5f7 commit 163c389
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/openneuro-cli/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"compilerOptions": {
"rootDir": "./src",
"outDir": "./dist",
"module": "commonjs",
"moduleResolution": "node",
"tsBuildInfoFile": "../../.build-cache/cli.tsbuildinfo"
},
"include": ["./src"],
Expand Down
2 changes: 2 additions & 0 deletions packages/openneuro-client/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"compilerOptions": {
"rootDir": "./src",
"outDir": "./dist",
"module": "commonjs",
"moduleResolution": "node",
"tsBuildInfoFile": "../../.build-cache/client.tsbuildinfo"
},
"include": ["src"],
Expand Down

0 comments on commit 163c389

Please sign in to comment.