zapishis-client/apps/bot/tsconfig.json
vchikalkin 7a3dd4688b
Some checks failed
Build & Deploy Web & Bot / Build and Push to Docker Hub (push) Has been cancelled
Build & Deploy Web & Bot / Deploy to VPS (push) Has been cancelled
fix apps/bot build
2025-07-02 19:55:15 +03:00

17 lines
337 B
JSON

{
"extends": "@repo/typescript-config/base.json",
"compilerOptions": {
"baseUrl": ".",
"outDir": "dist",
"alwaysStrict": true,
"strict": true,
"moduleResolution": "Node",
"module": "CommonJS",
"paths": {
"@/*": ["./*"]
}
},
"include": ["."],
"exclude": ["dist", "build", "node_modules"]
}