insert-affiliate-react-native-sdk
Version:
A package for connecting with the Insert Affiliate Platform to add app based affiliate marketing.
17 lines (16 loc) • 351 B
JSON
{
"compilerOptions": {
"outDir": "./dist",
"module": "commonjs",
"target": "es6",
"moduleResolution": "node",
"lib": ["dom", "es6", "ES2017"],
"jsx": "react",
"declaration": true,
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true
},
"include": ["src"],
"exclude": ["node_modules", "dist"]
}