aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json9
1 files changed, 1 insertions, 8 deletions
diff --git a/tsconfig.json b/tsconfig.json
index e51e0b3..4177350 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,