Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: memoize in react native export field type into tsconfig #100

Closed
NamVinh opened this issue Apr 6, 2024 · 1 comment
Closed

Error: memoize in react native export field type into tsconfig #100

NamVinh opened this issue Apr 6, 2024 · 1 comment

Comments

@NamVinh
Copy link

NamVinh commented Apr 6, 2024

This is my tsconfig.json. Can you help me fix it ?

{
"$schema": "https://json.schemastore.org/tsconfig",
"display": "React Native",
"extends": "./base.json",
"compilerOptions": {
"target": "esnext",
"module": "es2015",
"moduleResolution": "bundler",
"types": ["react-native"],
"lib": [
"es2019",
"es2020.bigint",
"es2020.date",
"es2020.number",
"es2020.promise",
"es2020.string",
"es2020.symbol.wellknown",
"es2021.promise",
"es2021.string",
"es2021.weakref",
"es2022.array",
"es2022.object",
"es2022.string"
],
"allowJs": true,
"jsx": "react-native",
"noEmit": true,
"isolatedModules": true,
"strict": true,
"customConditions": ["react-native"],
"allowImportingTsExtensions": true,
"allowArbitraryExtensions": true,
"resolveJsonModule": true,
"resolvePackageJsonImports": false,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": false
},
"exclude": ["node_modules", "babel.config.js", "metro.config.js", "jest.config.js"]
}

@fregante fregante closed this as not planned Won't fix, can't repro, duplicate, stale Apr 6, 2024
@fregante
Copy link
Collaborator

fregante commented Apr 6, 2024

Stop

Repository owner locked and limited conversation to collaborators Apr 6, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants