chatgpt-api/apps/gateway/tsconfig.json

13 wiersze
255 B
JSON
Czysty Zwykły widok Historia

2025-05-28 19:03:42 +00:00
{
"extends": "@fisch0920/config/tsconfig-node",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
},
"types": ["./src/worker.d.ts"]
},
"include": ["src", "*.config.ts"],
"exclude": ["node_modules", "dist"]
}