payjoin-react-native
Version:
Library to Payjoin written in react native
13 lines • 389 B
JSON
{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"jsx": "react-native",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
},
"include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.js", "src/**/*.jsx"],
"exclude": ["node_modules", "**/*.test.ts", "**/*.test.tsx"]
}