diff --git a/tsconfig.json b/tsconfig.json index 445cc2a..a2dd3c9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,9 @@ { "compilerOptions": { "module": "commonjs", + "moduleResolution": "node", "resolveJsonModule": true, - "esModuleInterop": true + "esModuleInterop": true, + "outDir": "dist" } } \ No newline at end of file