mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 23:01:37 +00:00
12 lines
312 B
JSON
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"]
|
|
}
|