Files
tg-chat-bot/tsconfig.build.json
T
2026-05-18 13:31:37 +03:00

13 lines
249 B
JSON

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