UNPKG

resume-copilot-lib-js

Version:

A JavaScript library to interact with the Resume Copilot API, allowing job search integration into applications.

10 lines 200 B
{ "compilerOptions": { "target": "ES6", "module": "commonjs", "outDir": "./dist", "rootDir": "./src", "strict": true, "esModuleInterop": true } }