gomarketme-react-native
Version:
Affiliate Marketing for React Native-Based iOS and Android Apps.
20 lines (19 loc) • 474 B
JSON
{
"compilerOptions": {
"target": "ES5",
"module": "commonjs",
"lib": ["es6", "dom"],
"allowJs": true,
"jsx": "react",
"declaration": true,
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"moduleResolution": "node",
"outDir": "./dist",
"rootDir": "./src"
},
"include": ["src/**/*.ts", "src/**/*.tsx"],
"exclude": ["node_modules", "dist", "**/__tests__/*"]
}