diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 0000000..b1d75a0 --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,8 @@ +{ + "compilerOptions": { + "esModuleInterop": true, + "target": "ES2022", + "moduleResolution": "NodeNext", + "module": "NodeNext" + } +} \ No newline at end of file