UNPKG

@metacall/protocol

Version:

Tool for deploying into MetaCall FaaS platform.

13 lines (12 loc) 224 B
{ "compilerOptions": { "strict": true, "lib": ["ES2020"], "target": "ES2019", "module": "CommonJS", "outDir": "dist", "esModuleInterop": true, "declaration": true }, "include": ["src/*.ts", "src/**/*.ts"] }