UNPKG

@postdata/cli

Version:

A CLI to run Postdata test scripts in CI environments.

20 lines (19 loc) 361 B
{ "compilerOptions": { "target": "ES6", "module": "commonjs", "outDir": "../dist", "rootDir": ".", "strict": true, "moduleResolution": "node", "resolveJsonModule": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true }, "references": [ { "path": "../" } ] }