summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorLawnCable <git@lawncable.net>2021-02-28 17:25:18 +0000
committerLawnCable <git@lawncable.net>2021-02-28 17:25:18 +0000
commit476adc1800c5581d0ba5d62f15127614ee6df24f (patch)
treee917987741ff0b27e04d1dd6c561dd95ff49a5ca /tsconfig.json
parent850004de5d6110bfb36e04b17f00bb1685623cf8 (diff)
parent9eacec95af05ead17d83576f421aff7c74460d23 (diff)
downloadelectron-476adc1800c5581d0ba5d62f15127614ee6df24f.tar.gz
electron-476adc1800c5581d0ba5d62f15127614ee6df24f.tar.bz2
electron-476adc1800c5581d0ba5d62f15127614ee6df24f.tar.xz
electron-476adc1800c5581d0ba5d62f15127614ee6df24f.zip
Merge branch 'introduce_prettier_code_formatting' into 'master'
Introduce prettier code formatting See merge request TMW2/lawncable!4
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/**/*"]
}