We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 62108e2 + 86ec5f7 commit 163c389Copy full SHA for 163c389
packages/openneuro-cli/tsconfig.json
@@ -3,6 +3,8 @@
3
"compilerOptions": {
4
"rootDir": "./src",
5
"outDir": "./dist",
6
+ "module": "commonjs",
7
+ "moduleResolution": "node",
8
"tsBuildInfoFile": "../../.build-cache/cli.tsbuildinfo"
9
},
10
"include": ["./src"],
packages/openneuro-client/tsconfig.json
"tsBuildInfoFile": "../../.build-cache/client.tsbuildinfo"
"include": ["src"],
0 commit comments