From 1c33a9a33b8f128c6d616d0cb9cfb419e1eb2b59 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Thu, 9 May 2024 00:37:56 +0800 Subject: [PATCH] gg --- ica-rs/plugins/md5/tsconfig.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ica-rs/plugins/md5/tsconfig.json diff --git a/ica-rs/plugins/md5/tsconfig.json b/ica-rs/plugins/md5/tsconfig.json new file mode 100644 index 0000000..dd3d6b0 --- /dev/null +++ b/ica-rs/plugins/md5/tsconfig.json @@ -0,0 +1,6 @@ +{ + "compilerOptions": { + "module": "NodeNext", + "moduleResolution": "NodeNext" + } +} \ No newline at end of file