sandbox-agent/foundry/packages/frontend/tsconfig.json
Nathan Flurry d75e8c31d1
Rename Foundry handoffs to tasks (#239)
* Restore foundry onboarding stack

* Consolidate foundry rename

* Create foundry tasks without prompts

* Rename Foundry handoffs to tasks
2026-03-11 13:23:54 -07:00

12 lines
312 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"target": "ES2023",
"module": "ESNext",
"moduleResolution": "Bundler",
"jsx": "react-jsx",
"declaration": false,
"types": ["vite/client", "vitest/globals"]
},
"include": ["src", "vite.config.ts", "vitest.config.ts"]
}