Files
frontend_react_fastapi/frontend/tsconfig.build.json

5 lines
67 B
JSON
Raw Normal View History

2025-07-30 21:24:17 +08:00
{
"extends": "./tsconfig.json",
"exclude": ["tests/**/*.ts"]
}