UNPKG

tarta-api

Version:

A JavaScript wrapper for the Tarta API, enabling seamless AI-powered job search integration for Node.js and browser-based projects.

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