aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.settings.json
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-08-15 00:01:05 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2021-08-15 00:01:05 +0530
commitb417c9d29e5a51d1e9926343a7f4d6fb4d67a434 (patch)
tree0e68e8d50e54e543d17c9cfb8b4ec092dbc4d578 /tsconfig.settings.json
parentchore: Setting some config rules for typescript (diff)
downloadferdium-app-b417c9d29e5a51d1e9926343a7f4d6fb4d67a434.tar.gz
ferdium-app-b417c9d29e5a51d1e9926343a7f4d6fb4d67a434.tar.zst
ferdium-app-b417c9d29e5a51d1e9926343a7f4d6fb4d67a434.zip
cleanup: moved 'gulp'-related packages to 'devDependencies'
Diffstat (limited to 'tsconfig.settings.json')
-rw-r--r--tsconfig.settings.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.settings.json b/tsconfig.settings.json
index fdf47e653..67153089e 100644
--- a/tsconfig.settings.json
+++ b/tsconfig.settings.json
@@ -17,7 +17,7 @@
17 "allowUnreachableCode": false, 17 "allowUnreachableCode": false,
18 "allowUnusedLabels": false, 18 "allowUnusedLabels": false,
19 "noUnusedLocals": true, 19 "noUnusedLocals": true,
20 "noUnusedParameters": true, // TODO: Need to switch 20 "noUnusedParameters": true,
21 "noImplicitReturns": true, 21 "noImplicitReturns": true,
22 "noImplicitThis": true, 22 "noImplicitThis": true,
23 "preserveConstEnums": true, 23 "preserveConstEnums": true,