mhsf-dev/cron/tsconfig.json

13 lines
233 B
JSON
Raw Permalink Normal View History

2024-08-22 23:44:00 -05:00
{
"compilerOptions": {
"noImplicitAny": false,
"noEmitOnError": true,
"removeComments": false,
"sourceMap": true,
"target": "ES6",
"module": "NodeNext",
"outDir": "dist"
},
"include": ["src/**/*"]
}