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.
1 parent 6eff16b commit d3320b7Copy full SHA for d3320b7
packages/testcontainers/src/global.d.ts
@@ -0,0 +1,4 @@
1
+// Can be removed if testcontainers switches to ESM.
2
+declare module "modern-tar/fs" {
3
+ export * from "modern-tar/dist/fs/index";
4
+}
tsconfig.base.json
@@ -15,10 +15,6 @@
15
"skipLibCheck": true,
16
"forceConsistentCasingInFileNames": true,
17
"noImplicitOverride": true,
18
- "composite": true,
19
- // Can be removed if we switch away from commonjs.
20
- "paths": {
21
- "modern-tar/fs": ["./node_modules/modern-tar/dist/fs/index.d.ts"]
22
- }
+ "composite": true
23
}
24
0 commit comments