summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorOskar Nyberg <oskar@mullvad.net>2022-08-17 11:19:51 +0200
committerOskar Nyberg <oskar@mullvad.net>2022-08-17 14:51:52 +0200
commit0075a2a81ced6298d7faa6de0198018ef54d5e28 (patch)
tree0c8caf91c6e11d63ee95a01e93bd034f30b092ee
parent02bbb71d99fb1a0e61bc54b2f1025b58bfbb14a4 (diff)
downloadmullvadvpn-0075a2a81ced6298d7faa6de0198018ef54d5e28.tar.xz
mullvadvpn-0075a2a81ced6298d7faa6de0198018ef54d5e28.zip
Add forceConsistentCasingInFileNames tsconfig flag
-rw-r--r--gui/tsconfig.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/tsconfig.json b/gui/tsconfig.json
index 88018eb4ff..6dc201bcce 100644
--- a/gui/tsconfig.json
+++ b/gui/tsconfig.json
@@ -2,6 +2,7 @@
"compilerOptions": {
"alwaysStrict": true,
"esModuleInterop": true,
+ "forceConsistentCasingInFileNames": true,
"jsx": "react-jsx",
"module": "commonjs",
"noImplicitReturns": true,