diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 00000000..24e7b3d5 --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,19 @@ +{ + "compilerOptions": { + "strict": true, + "module": "commonjs", + "moduleResolution": "node", + "target": "es2020", + "esModuleInterop": true, + "declaration": true, + "typeRoots": [ + "./node_modules/@types", + "./src/types" + ], + "allowJs": true + }, + "ts-node": { + "esm": true, + "transpileOnly": true + } +} \ No newline at end of file