stock-bot/libs/proxy/tsconfig.json
2025-06-12 08:03:09 -04:00

10 lines
238 B
JSON

{
"extends": "../../tsconfig.lib.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "src",
"skipLibCheck": true
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist", "**/*.test.ts", "**/*.spec.ts"]
}