diff --git a/backend/src/@types/process.d.ts b/backend/src/@types/process.d.ts new file mode 100644 index 000000000..c060f2192 --- /dev/null +++ b/backend/src/@types/process.d.ts @@ -0,0 +1,5 @@ +declare namespace NodeJS { + interface Process { + pkg?: boolean; + } +}