mhsf-dev/cron/tsconfig.json
2024-08-22 23:44:00 -05:00

13 lines
233 B
JSON

{
"compilerOptions": {
"noImplicitAny": false,
"noEmitOnError": true,
"removeComments": false,
"sourceMap": true,
"target": "ES6",
"module": "NodeNext",
"outDir": "dist"
},
"include": ["src/**/*"]
}