diff --git a/tsconfig.json b/tsconfig.json index aa1517f..5afd13f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,9 +1,11 @@ { "compilerOptions": { "module": "commonjs", - "outDir": "dist", "target": "es2018", "esModuleInterop": true, "newLine": "LF", - } + }, + "exclude": [ + "node_modules/" + ] }