We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b18ea6c commit e1321e5Copy full SHA for e1321e5
packages/react-scripts/lib/react-app.d.ts
@@ -4,7 +4,6 @@
4
5
declare namespace NodeJS {
6
interface ProcessEnv {
7
- [key: string]: string | undefined
8
NODE_ENV: 'development' | 'production' | 'test'
9
PUBLIC_URL: string
10
}
packages/react-scripts/scripts/utils/verifyTypeScriptSetup.js
@@ -94,7 +94,7 @@ function verifyTypeScriptSetup() {
94
suggested: 'es5',
95
},
96
allowJs: { suggested: true },
97
- skipLibCheck: { suggested: true },
+ skipLibCheck: { suggested: false },
98
esModuleInterop: { suggested: true },
99
allowSyntheticDefaultImports: { suggested: true },
100
strict: { suggested: true },
0 commit comments