Files
FastGPT/projects/sandbox/tsconfig.build.json
2024-05-28 14:47:10 +08:00

5 lines
97 B
JSON

{
"extends": "./tsconfig.json",
"exclude": ["node_modules", "test", "dist", "**/*spec.ts"]
}