aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-12-27 18:14:10 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-12-27 18:14:10 +0000
commit719fd948051731168faebe814e65e5f5a2030f21 (patch)
tree693131a37e9a67289bf6380152478042861077eb /tsconfig.json
parent0fa1b2d2a327151f3c9a5c2e28880cf537853302 (diff)
downloadtanzanite-719fd948051731168faebe814e65e5f5a2030f21.tar.gz
tanzanite-719fd948051731168faebe814e65e5f5a2030f21.tar.bz2
tanzanite-719fd948051731168faebe814e65e5f5a2030f21.zip
Automatically format code
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json30
1 files changed, 6 insertions, 24 deletions
diff --git a/tsconfig.json b/tsconfig.json
index d47c02b..76a2811 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,
"incremental": true,
"experimentalDecorators": true,
@@ -28,22 +22,10 @@
"preserveValueImports": true,
"removeComments": true,
"paths": {
- "#lib": [
- "./src/lib/index.js"
- ],
- "#args": [
- "./src/arguments/index.ts"
- ],
+ "#lib": ["./src/lib/index.js"],
+ "#args": ["./src/arguments/index.ts"]
}
},
- "include": [
- "src/**/*.ts",
- "src/**/*d.ts",
- "lib/**/*.ts",
- "ecosystem.config.cjs"
- ],
- "exclude": [
- "dist",
- "node_modules"
- ]
-} \ No newline at end of file
+ "include": ["src/**/*.ts", "src/**/*d.ts", "lib/**/*.ts", "ecosystem.config.cjs"],
+ "exclude": ["dist", "node_modules"]
+}