File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import {
1313 ZlibMemoryError ,
1414 ZlibCompressionError ,
1515 ZlibInitError
16- } from './types.ts '
16+ } from './types.js '
1717import type {
1818 ZlibModule ,
1919 ZlibOptions ,
@@ -22,7 +22,7 @@ import type {
2222 ZlibLoadingOptions ,
2323 CompressionPerformance ,
2424 BenchmarkResult
25- } from './types.ts '
25+ } from './types.js '
2626
2727export default class Zlib {
2828 private module : ZlibModule | null = null
Original file line number Diff line number Diff line change 33 "target" : " ES2022" ,
44 "lib" : [" ES2022" , " WebWorker" ],
55 "module" : " ESNext" ,
6- "moduleResolution" : " Node " ,
7- "allowImportingTsExtensions " : true ,
6+ "moduleResolution" : " Bundler " ,
7+ "esModuleInterop " : true ,
88 "declaration" : true ,
99 "declarationMap" : true ,
1010 "outDir" : " dist" ,
You can’t perform that action at this time.
0 commit comments