AgentStateGraph / app /tsconfig.json
seonglae's picture
add app/tsconfig.json (extends astro strict) for monorepo build
8233968
Raw
History Blame Contribute Delete
109 Bytes
{
"extends": "astro/tsconfigs/strict",
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist"]
}