Skip to content

Commit

Permalink
feat(ts): add module node16
Browse files Browse the repository at this point in the history
  • Loading branch information
outSH committed Dec 29, 2023
1 parent 47436e2 commit 8574f52
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"declarationDir": "dist/lib",
"rootDir": "./src",
"moduleResolution": "Node16",
"module": "Node16",
"tsBuildInfoFile": "../../.build-cache/cactus-example-cbdc-bridging-backend.tsbuildinfo",
},
"references": [
Expand Down
8 changes: 3 additions & 5 deletions extensions/cactus-plugin-object-store-ipfs/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@
"tsBuildInfoFile": "../../.build-cache/cactus-plugin-object-store-ipfs.tsbuildinfo",
"skipLibCheck": true,
"composite": true,
"module": "Node16",
"moduleResolution": "Node16"
},
"include": [
"./src",
"src/**/*.json",
],
"include": ["./src", "src/**/*.json"],
"references": [
{
"path": "../../packages/cactus-common/tsconfig.json"
Expand All @@ -27,4 +25,4 @@
"path": "../../packages/cactus-test-tooling/tsconfig.json"
}
]
}
}
3 changes: 2 additions & 1 deletion packages/cactus-plugin-ledger-connector-iroha2/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"outDir": "./dist/lib/",
"declarationDir": "dist/types",
"resolveJsonModule": true,
"moduleResolution": "nodenext",
"module": "Node16",
"moduleResolution": "Node16",
"rootDir": "./src",
"tsBuildInfoFile": "../../.build-cache/cactus-plugin-ledger-connector-iroha2.tsbuildinfo"
},
Expand Down

0 comments on commit 8574f52

Please sign in to comment.