diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 0000000..7977e94 --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,10 @@ +{ + "extends": "@tsconfig/node16/tsconfig.json", + "compilerOptions": { + "target": "es6", + "module": "commonjs", + "strict": true, + "noImplicitAny": false, + "esModuleInterop": true, + } +}