diff --git a/.changeset/chilly-trees-explain.md b/.changeset/chilly-trees-explain.md new file mode 100644 index 0000000000..ec6a0b05ae --- /dev/null +++ b/.changeset/chilly-trees-explain.md @@ -0,0 +1,5 @@ +--- +"@evmts/rollup-plugin": patch +--- + +Migrated @evmts/rollup-plugin to NodeNext. This will improve compatibility diff --git a/bundlers/rollup/tsconfig.json b/bundlers/rollup/tsconfig.json index e0ca1234e4..bcd3009f90 100644 --- a/bundlers/rollup/tsconfig.json +++ b/bundlers/rollup/tsconfig.json @@ -4,10 +4,12 @@ "rootDir": "src", "composite": true, "outDir": "types", - "skipLibCheck": true + "skipLibCheck": true, + "moduleResolution": "NodeNext", + "module": "NodeNext" }, "include": [ "src", "src/**/*.json" ] -} \ No newline at end of file +}