UNPKG

@ntegral/sendgrid-client

Version:

Client for the SendGrid v3 Web API

22 lines 480 B
{ "compilerOptions": { "declaration": true, "module": "commonjs", "strict": true, "removeComments": true, "noLib": false, "emitDecoratorMetadata": true, "experimentalDecorators": true, "target": "es6", "sourceMap": false, "outDir": "./dist", "rootDir": "./lib", "skipLibCheck": true }, "include": [ "lib/**/*" ], "exclude": [ "node_modules" ] }