UNPKG

whalecloud-dxp-api-react-native

Version:

This section explains how to use the SDK and illustrates it with an example: - This chapter is essential to learn - For specific business development, see [Bussiness Scenario](https://www.digchan.info/en-US/dxp/user-sso/sign-up) - The Business Scenario pr

21 lines 320 B
{ "compilerOptions": { "declaration": true, "target": "es5", "module": "commonjs", "noImplicitAny": true, "outDir": "dist", "rootDir": ".", "lib": [ "es6", "dom" ], "typeRoots": [ "node_modules/@types" ] }, "exclude": [ "dist", "node_modules" ] }