diff --git a/ica-rs/plugins/md5/package.json b/ica-rs/plugins/md5/package.json new file mode 100644 index 0000000..96ae6e5 --- /dev/null +++ b/ica-rs/plugins/md5/package.json @@ -0,0 +1,3 @@ +{ + "type": "module" +} \ No newline at end of file diff --git a/ica-rs/plugins/md5/tsconfig.json b/ica-rs/plugins/md5/tsconfig.json deleted file mode 100644 index dd3d6b0..0000000 --- a/ica-rs/plugins/md5/tsconfig.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "compilerOptions": { - "module": "NodeNext", - "moduleResolution": "NodeNext" - } -} \ No newline at end of file