From bce2228113cc7088357933dee485a876d898d550 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 Oct 2021 00:47:09 +0000 Subject: Automatically format code --- tsconfig.json | 29 ++++++----------------------- 1 file changed, 6 insertions(+), 23 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 93ac2eb..6277074 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,14 +3,7 @@ "module": "commonjs", "target": "esnext", "outDir": "dist", - "lib": [ - "esnext", - "esnext.array", - "esnext.asyncIterable", - "esnext.intl", - "esnext.symbol", - "DOM" - ], + "lib": ["esnext", "esnext.array", "esnext.asyncIterable", "esnext.intl", "esnext.symbol", "DOM"], "sourceMap": false, "inlineSourceMap": true, "inlineSources": true, @@ -27,21 +20,11 @@ "useUnknownInCatchVariables": false, "forceConsistentCasingInFileNames": true, "paths": { - "src/*": [ - "./src/*" - ], - "@lib": [ - "./src/lib" - ], - "@root": [ - "." - ] + "src/*": ["./src/*"], + "@lib": ["./src/lib"], + "@root": ["."] } }, - "include": [ - "src/**/*.ts", - "lib/**/*.ts", - "ecosystem.config.js" - ], + "include": ["src/**/*.ts", "lib/**/*.ts", "ecosystem.config.js"], "exclude": [] -} \ No newline at end of file +} -- cgit