UNPKG

@softchef/cdk-iot-device-management

Version:

IoT device management is composed of things, thing types, thing groups, jobs, files API services. The constructs can be used independently, that are based on full-managed service to create an API Gateway & Lambda function.

23 lines (22 loc) 433 B
{ "compilerOptions": { "target": "es5", "module": "commonjs", "lib": [ "dom", "es5", "es2015.promise", "es2015.collection", "es2015.iterable" ], "declaration": true, "sourceMap": true, "strict": true, "rootDir": "./src", "outDir": "./build", "importHelpers": true, "noEmitHelpers": true }, "include": ["src/**/*.ts"], "exclude": ["node_modules/**"] }