Skip to content

Commit ecce5ec

Browse files
committed
fix(demo): support TypeScript 6 option analysis
1 parent 6a9d171 commit ecce5ec

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

demo/workers/option.worker.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ const compilerOptions: ts.CompilerOptions = {
8787
isolatedModules: true,
8888
lib: ["es2020", "dom"],
8989
module: ts.ModuleKind.CommonJS,
90-
moduleResolution: ts.ModuleResolutionKind.Node10,
9190
preserveConstEnums: true,
9291
skipLibCheck: true,
9392
strict: false,

0 commit comments

Comments
 (0)