env.d.ts 187 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 declare namespace NodeJS { interface ProcessEnv { NODE_ENV: string; VUE_ROUTER_MODE: 'hash' | 'history' | 'abstract' | undefined; VUE_ROUTER_BASE: string | undefined; } }