mhsf-dev/cron/tsconfig.json

13 lines
239 B
JSON
Raw Normal View History

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