aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-10-13 00:32:59 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-10-13 00:32:59 +0000
commit9522a423c7b48de175b18451da8e1484f5feb8e1 (patch)
tree39f86c42b6228918652c3be37d64d621de995252
parentdbb479db7514b8d62bb615d51df19b6d43ff2f5e (diff)
downloadtanzanite-9522a423c7b48de175b18451da8e1484f5feb8e1.tar.gz
tanzanite-9522a423c7b48de175b18451da8e1484f5feb8e1.tar.bz2
tanzanite-9522a423c7b48de175b18451da8e1484f5feb8e1.zip
Automatically format code
-rw-r--r--tsconfig.json29
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
+}