diff --git a/tsconfig.json b/tsconfig.json index 3555b59..1882ffa 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,10 +1,10 @@ { "compilerOptions": { - "target": "ES6", - "module": "commonjs" + "target": "ES6", + "module": "commonjs" }, "exclude": [ - "node_modules", - "__tests__" + "node_modules", + "test" ] } \ No newline at end of file