关于环境变量配置,新用umi,有几个问题
#8304
-
Beta Was this translation helpful? Give feedback.
Answered by
fz6m
Jun 29, 2022
Replies: 2 comments 1 reply
-
create file // ./src/global.d.ts
declare global {
const FOO: string
}
export {} |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
iHaroro
-
// @ts-ignore |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
create file
./src/global.d.ts
: