{ "$schema": "http://json.schemastore.org/tsconfig", "extends": "../../tsconfig.base.json", "compilerOptions": { "jsx": "react-jsx", "types": ["vitest/globals"], "paths": { "~/*": ["./src/*"] } }, "include": ["src"] }