venbot-tg/tsconfig.json

12 lines
236 B
JSON
Raw Normal View History

2024-09-13 09:06:05 -04:00
{
"compilerOptions": {
2024-09-13 12:11:12 -04:00
"target": "es5",
2024-09-13 09:06:05 -04:00
"strictNullChecks": false,
"outDir": "dist/",
"allowJs": true,
"noImplicitAny": false,
"strict": false
},
2024-09-13 12:11:12 -04:00
"exclude": ["node_modules"]
}