aboutsummaryrefslogtreecommitdiffstats
path: root/webui/tsconfig.json
diff options
context:
space:
mode:
authorludovicm67 <ludovicmuller1@gmail.com>2020-02-12 23:39:23 +0100
committerludovicm67 <ludovicmuller1@gmail.com>2020-02-12 23:39:23 +0100
commitab09c03a1e55d5c2e35f332f0e5f6335c1670427 (patch)
tree3680c4915fce4a248db94a85f90ca38d44d2d0e1 /webui/tsconfig.json
parentc48a4dc79464d8b5f1d0912bc2a14c02d9509cee (diff)
downloadgit-bug-ab09c03a1e55d5c2e35f332f0e5f6335c1670427.tar.gz
webui: format some files
Diffstat (limited to 'webui/tsconfig.json')
-rw-r--r--webui/tsconfig.json15
1 files changed, 3 insertions, 12 deletions
diff --git a/webui/tsconfig.json b/webui/tsconfig.json
index 705bae44..30ba544b 100644
--- a/webui/tsconfig.json
+++ b/webui/tsconfig.json
@@ -1,11 +1,7 @@
{
"compilerOptions": {
"target": "es5",
- "lib": [
- "dom",
- "dom.iterable",
- "esnext"
- ],
+ "lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,
@@ -18,12 +14,7 @@
"isolatedModules": true,
"noEmit": true,
"jsx": "react",
- "typeRoots": [
- "node_modules/@types/",
- "types/"
- ]
+ "typeRoots": ["node_modules/@types/", "types/"]
},
- "include": [
- "src"
- ]
+ "include": ["src"]
}