diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-11-11 03:13:40 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-11-11 03:13:40 +0000 |
commit | 65dbd62dc936d475e74035483ef45e06c2336a04 (patch) | |
tree | ca593d1b4a2409ba5af521e6cd000066fc75efe0 | |
parent | 5b80935e3da1f286a291568aebc2d4a911c71e7a (diff) | |
download | tanzanite-65dbd62dc936d475e74035483ef45e06c2336a04.tar.gz tanzanite-65dbd62dc936d475e74035483ef45e06c2336a04.tar.bz2 tanzanite-65dbd62dc936d475e74035483ef45e06c2336a04.zip |
Automatically format code
-rw-r--r-- | tsconfig.json | 29 |
1 files changed, 6 insertions, 23 deletions
diff --git a/tsconfig.json b/tsconfig.json index bdaa1ce..a5025c0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,13 +4,7 @@ "target": "ESNext", "moduleResolution": "Node", "outDir": "dist", - "lib": [ - "esnext", - "esnext.array", - "esnext.asyncIterable", - "esnext.intl", - "esnext.symbol" - ], + "lib": ["esnext", "esnext.array", "esnext.asyncIterable", "esnext.intl", "esnext.symbol"], "sourceMap": true, // "inlineSourceMap": true, // "inlineSources": true, @@ -31,21 +25,10 @@ "preserveValueImports": true, "removeComments": true, "paths": { - "#lib": [ - "./src/lib/index.js" - ], - "#root/*": [ - "./*" - ] + "#lib": ["./src/lib/index.js"], + "#root/*": ["./*"] } }, - "include": [ - "src/**/*.ts", - "lib/**/*.ts", - "ecosystem.config.cjs" - ], - "exclude": [ - "dist", - "node_modules" - ] -}
\ No newline at end of file + "include": ["src/**/*.ts", "lib/**/*.ts", "ecosystem.config.cjs"], + "exclude": ["dist", "node_modules"] +} |