UNPKG

@webgpt/sdk

Version:

WebGPT SDK is a TypeScript / JavaScript library for interacting with the WebGPT API.

10 lines (9 loc) 256 B
module.exports = { transform: { '(jsx?|tsx?)$': 'ts-jest', }, testRegex: '(test)\\.(jsx?|tsx?)$', moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'], coverageDirectory: './coverage/', collectCoverage: true, };