aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.json
diff options
context:
space:
mode:
authorLibravatar Ricardo Cino <ricardo@cino.io>2022-07-07 09:31:50 +0200
committerLibravatar GitHub <noreply@github.com>2022-07-07 09:31:50 +0200
commit71c52373f81cace664047edd19d9d289f45a4dff (patch)
tree69b3f1d45a8b3f1ceab9497ea3c96e9dc18e3166 /tsconfig.json
parent6.0.0-nightly.91 [skip ci] (diff)
downloadferdium-app-71c52373f81cace664047edd19d9d289f45a4dff.tar.gz
ferdium-app-71c52373f81cace664047edd19d9d289f45a4dff.tar.zst
ferdium-app-71c52373f81cace664047edd19d9d289f45a4dff.zip
chore: Mobx & React-Router upgrade (#406)
Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 3e7ffc854..7a50a4a2d 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -41,7 +41,8 @@
41 "strictNullChecks": true, 41 "strictNullChecks": true,
42 "noFallthroughCasesInSwitch": true, 42 "noFallthroughCasesInSwitch": true,
43 "resolveJsonModule": true, 43 "resolveJsonModule": true,
44 "forceConsistentCasingInFileNames": true 44 "forceConsistentCasingInFileNames": true,
45 "useDefineForClassFields": true,
45 }, 46 },
46 "include": [ 47 "include": [
47 "src", 48 "src",