mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-01-18 21:35:21 +01:00
Update tsconfig.json
This commit is contained in:
parent
f4f41137f1
commit
5fa9c92736
@ -6,14 +6,15 @@
|
||||
"isolatedModules": true,
|
||||
"jsx": "react",
|
||||
"lib": ["es2020"],
|
||||
"moduleResolution": "node",
|
||||
"noEmit": true,
|
||||
"strict": true,
|
||||
"target": "esnext",
|
||||
"skipLibCheck": true,
|
||||
"resolveJsonModule": true,
|
||||
"module": "esnext",
|
||||
"paths": {
|
||||
}
|
||||
},
|
||||
"extends": "@tsconfig/react-native/tsconfig.json",
|
||||
"extends": "@react-native/typescript-config/tsconfig.json",
|
||||
"exclude": ["node_modules", "babel.config.js", "metro.config.js", "jest.config.js", "components/react-native-draggable-flatlist", "scripts/maccatalystpatches"],
|
||||
}
|
Loading…
Reference in New Issue
Block a user