Skip to content

Commit

Permalink
fix(cli): Ship commonjs instead of typescript for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
nellh committed Dec 1, 2024
1 parent 62108e2 commit 86ec5f7
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 86ec5f7

Please sign in to comment.