diff --git a/tsconfig.json b/tsconfig.json index ab357f4..0b4f7cc 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,7 @@ "compilerOptions": { "lib": [ "ESNext", - ], + ], "outDir": "dist", "module": "CommonJS", "target": "ES6", @@ -18,4 +18,4 @@ "exclude": [ "node_modules" ] -} \ No newline at end of file +}