diff --git a/web/src/components/storage/VolumeForm.jsx b/web/src/components/storage/VolumeForm.jsx index 23c0e88627..ddce58a5d2 100644 --- a/web/src/components/storage/VolumeForm.jsx +++ b/web/src/components/storage/VolumeForm.jsx @@ -80,7 +80,6 @@ const MountPointFormSelect = ({ volumes, ...selectProps }) => { ); }; - /** * Btrfs file system type can be offered with two flavors, with and without snapshots. */ diff --git a/web/tsconfig.json b/web/tsconfig.json index b5ed43aaf0..b65475713b 100644 --- a/web/tsconfig.json +++ b/web/tsconfig.json @@ -1,5 +1,7 @@ { "compilerOptions": { + "strict" : true, + "forceConsistentCasingInFileNames": true, "baseUrl": "./", "isolatedModules": true, "noEmit": true,