Files
tg-chat-bot/tsconfig.build.json
2026-01-12 16:09:22 +03:00

12 lines
216 B
JSON

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