UNPKG

@pipedream/platform

Version:

Pipedream platform globals (typing and runtime type checking)

16 lines (15 loc) 215 B
{ "compilerOptions": { "declaration": true, "module": "commonjs", "outDir": "./dist", "strictNullChecks": true, "target": "es2018" }, "include": [ "./lib/**/*" ], "exclude": [ "node_modules" ] }