We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8abf892 commit 418e6eeCopy full SHA for 418e6ee
packages/react-scripts/config/react-app.d.ts
@@ -3,12 +3,10 @@
3
// If you need to add additional declarations, please do so in a new file.
4
5
declare namespace NodeJS {
6
- interface Process {
7
- env: {
8
- [key: string]: string | undefined;
9
- NODE_ENV: 'development' | 'production' | 'test';
10
- PUBLIC_URL: string;
11
- };
+ interface ProcessEnv {
+ [key: string]: string | undefined
+ NODE_ENV: 'development' | 'production' | 'test'
+ PUBLIC_URL: string
12
}
13
14
0 commit comments