diff --git a/tsconfig.json b/tsconfig.json index aca7a9c20..32b0a1a07 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,6 +16,11 @@ "esModuleInterop": true, /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */ /* Advanced Options */ "skipLibCheck": true, /* Skip type checking of declaration files. */ - "forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */ + "forceConsistentCasingInFileNames": true, /* Disallow inconsistently-cased references to the same file. */ + "paths": { + "react": [ + "./node_modules/@types/react" + ] + } }, }