summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorLawnCable <git@lawncable.net>2021-02-28 17:39:20 +0100
committerLawnCable <git@lawncable.net>2021-02-28 18:17:13 +0100
commit28a45a2a60e0b22db45e6a45f1cd21c7602fc76e (patch)
treea1b4310b18ce8b74e13c6d8500f5038b23875e49 /tsconfig.json
parent47061ed7a78bf19645c29732bd91f1c03f86a618 (diff)
downloadelectron-28a45a2a60e0b22db45e6a45f1cd21c7602fc76e.tar.gz
electron-28a45a2a60e0b22db45e6a45f1cd21c7602fc76e.tar.bz2
electron-28a45a2a60e0b22db45e6a45f1cd21c7602fc76e.tar.xz
electron-28a45a2a60e0b22db45e6a45f1cd21c7602fc76e.zip
apply prettier code formatting
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json6
1 files changed, 2 insertions, 4 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 3cec2f5..eecf13a 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -8,9 +8,7 @@
"paths": {
"*": ["node_modules/*"]
},
- "lib": [ "es2016", "dom" ]
+ "lib": ["es2016", "dom"]
},
- "include": [
- "src/**/*"
- ]
+ "include": ["src/**/*"]
}