deployment-engine/tsconfig.json

9 lines
164 B
JSON
Raw Normal View History

2023-03-09 07:51:34 -05:00
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "nodenext",
"outDir": "dist"
2023-03-12 08:48:59 -04:00
},
"include": ["src/**/*.*"]
2023-03-09 07:51:34 -05:00
}