Files
agent-bounty-protocol/apps/scout-bot/tsconfig.json
OG T 7108ff8ab3
Some checks failed
Deploy to 110 WOOO Server / deploy (push) Failing after 7s
feat: beta promo, zero fee, scout bot, and LLM SEO
2026-06-07 14:33:26 +08:00

16 lines
347 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "CommonJS",
"moduleResolution": "node",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"outDir": "./dist",
"rootDir": "./src"
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist"]
}