Skip to content

Commit

Permalink
fix: Duplicate string index signature in ProcessEnv (#5621)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxiangmoe authored and Timer committed Oct 31, 2018
1 parent b18ea6c commit e1321e5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion packages/react-scripts/lib/react-app.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

declare namespace NodeJS {
interface ProcessEnv {
[key: string]: string | undefined
NODE_ENV: 'development' | 'production' | 'test'
PUBLIC_URL: string
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ function verifyTypeScriptSetup() {
suggested: 'es5',
},
allowJs: { suggested: true },
skipLibCheck: { suggested: true },
skipLibCheck: { suggested: false },
esModuleInterop: { suggested: true },
allowSyntheticDefaultImports: { suggested: true },
strict: { suggested: true },
Expand Down

0 comments on commit e1321e5

Please sign in to comment.