tg-bot/tsconfig.json

17 lines
200 B
JSON
Raw Permalink Normal View History

2024-11-27 15:43:39 +03:00
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"paths": {
"~/*": [
"./src/*"
]
},
"strict": true,
"moduleResolution": "node"
},
"include": ["src/**/*.ts"]
}