diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-09-04 16:40:08 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-09-04 16:40:08 +0000 |
commit | 93e8fce44ec1dd3294b1c785d93d3f8b00ee4cef (patch) | |
tree | 4c6a6ce0cddd241153e0e0d6d3166f4032c75a27 | |
parent | bb774bbe0cfedd77be852f73448df061252b7c0a (diff) | |
download | tanzanite-93e8fce44ec1dd3294b1c785d93d3f8b00ee4cef.tar.gz tanzanite-93e8fce44ec1dd3294b1c785d93d3f8b00ee4cef.tar.bz2 tanzanite-93e8fce44ec1dd3294b1c785d93d3f8b00ee4cef.zip |
Automatically format code
-rw-r--r-- | tsconfig.json | 27 |
1 files changed, 6 insertions, 21 deletions
diff --git a/tsconfig.json b/tsconfig.json index c3316fc..34ef008 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, @@ -26,19 +19,11 @@ "baseUrl": "./", "useUnknownInCatchVariables": false, "paths": { - "src/*": [ - "./src/*" - ], - "@lib": [ - "./src/lib" - ], - "@root": [ - "." - ] + "src/*": ["./src/*"], + "@lib": ["./src/lib"], + "@root": ["."] } }, - "include": [ - "src/**/*.ts" - ], + "include": ["src/**/*.ts"], "exclude": [] -}
\ No newline at end of file +} |