Skip to content

Commit d3320b7

Browse files
committed
chore: use ambient declaration
1 parent 6eff16b commit d3320b7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@
1515
"skipLibCheck": true,
1616
"forceConsistentCasingInFileNames": true,
1717
"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-
}
18+
"composite": true
2319
}
2420
}

0 commit comments

Comments
 (0)