mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2025-12-12 17:26:22 +00:00
feat: enable stricter typescript compiler options
This commit is contained in:
9
packages/gitlab-api/environment.d.ts
vendored
Normal file
9
packages/gitlab-api/environment.d.ts
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
declare global {
|
||||
namespace NodeJS {
|
||||
interface ProcessEnv {
|
||||
GITLAB_PRIVATE_TOKEN?: string;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
export {};
|
||||
Reference in New Issue
Block a user