{ "$schema": "http://json.schemastore.org/tsconfig", "extends": "../../tsconfig.base.json", "compilerOptions": { "jsx": "react-jsx", "types": [ "vitest/globals" ], /* TODO: remove below flags for strict checking */ "strict": false, "noImplicitAny": false }, "include": [ "src" ] }