deployment-engine/tsconfig.json

8 lines
135 B
JSON
Raw Normal View History

2023-03-09 07:51:34 -05:00
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "nodenext",
"outDir": "dist"
}
}