diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-10-13 00:32:59 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-10-13 00:32:59 +0000 |
commit | 9522a423c7b48de175b18451da8e1484f5feb8e1 (patch) | |
tree | 39f86c42b6228918652c3be37d64d621de995252 | |
parent | dbb479db7514b8d62bb615d51df19b6d43ff2f5e (diff) | |
download | tanzanite-9522a423c7b48de175b18451da8e1484f5feb8e1.tar.gz tanzanite-9522a423c7b48de175b18451da8e1484f5feb8e1.tar.bz2 tanzanite-9522a423c7b48de175b18451da8e1484f5feb8e1.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 4495f03..0c7b4a5 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,21 +19,11 @@ "baseUrl": "./", "useUnknownInCatchVariables": false, "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 +} |