diff --git a/.gitignore b/.gitignore index 394522f..f47a86b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -node_modules/** \ No newline at end of file +node_modules/** +dist/** \ No newline at end of file diff --git a/tsconfig.json b/tsconfig.json index 37f867b..d038d57 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,8 @@ { "extends": "@tsconfig/node-lts/tsconfig.json", - "compilerOptions": {}, + "compilerOptions": { + "outDir": "dist" + }, "include": ["src"], "exclude": ["node_modules"] } \ No newline at end of file