{ "compilerOptions": { "checkJs": false, "jsx": "react", "jsxFactory": "h", "jsxFragmentFactory": "Fragment" }, "lint": { "rules": { "tags": [ "recommended" ], "exclude": [ "prefer-const", "no-unused-vars", "no-inferrable-types", "require-await" ] } }, "fmt": { "exclude": ["UI/vendor/", "vendor", "*cov_profile*", "*tauri-app"], "indentWidth": 4, "lineWidth": 110 } }