Skip to content
This repository has been archived by the owner on Jul 24, 2019. It is now read-only.

Commit

Permalink
fix: Duplicate string index signature in ProcessEnv (facebook#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 32f161a commit e7fedfb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion 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
2 changes: 1 addition & 1 deletion scripts/utils/verifyTypeScriptSetup.js
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 e7fedfb

Please sign in to comment.