diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2022-08-17 15:04:49 +0200 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2022-08-17 15:04:49 +0200 |
| commit | 635499187fcea493d5df1d185795105988f5a195 (patch) | |
| tree | 0c8caf91c6e11d63ee95a01e93bd034f30b092ee /gui | |
| parent | 02bbb71d99fb1a0e61bc54b2f1025b58bfbb14a4 (diff) | |
| parent | 0075a2a81ced6298d7faa6de0198018ef54d5e28 (diff) | |
| download | mullvadvpn-635499187fcea493d5df1d185795105988f5a195.tar.xz mullvadvpn-635499187fcea493d5df1d185795105988f5a195.zip | |
Merge branch 'add-casing-requirement'
Diffstat (limited to 'gui')
| -rw-r--r-- | gui/tsconfig.json | 1 |
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, |
