mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 18:00:17 +01:00
18 lines
434 B
JSON
18 lines
434 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
|
|
},
|
|
"exclude": ["node_modules", "babel.config.js", "metro.config.js", "jest.config.js"]
|
|
}
|