diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 00000000..98dc31bd --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,8 @@ +{ + "compilerOptions": { + "strict": true, + "target": "ESNext", + "module": "NodeNext", + "moduleResolution": "NodeNext" + } +}