mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 18:00:17 +01:00
19 lines
534 B
JSON
19 lines
534 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"isolatedModules": true,
|
|
"jsx": "react",
|
|
"lib": ["es2020"],
|
|
"moduleResolution": "node",
|
|
"noEmit": true,
|
|
"strict": true,
|
|
"target": "esnext",
|
|
"skipLibCheck": true,
|
|
"resolveJsonModule": true
|
|
},
|
|
"extends": "@tsconfig/react-native/tsconfig.json",
|
|
"exclude": ["node_modules", "babel.config.js", "metro.config.js", "jest.config.js", "components/react-native-draggable-flatlist"],
|
|
}
|