Official JavaScript / TypeScript library for the OpenAI API
|
|
{
|
||
|
|
"targets": [
|
||
|
|
{ "extname": ".js", "module": "commonjs" },
|
||
|
|
{ "extname": ".mjs", "module": "esnext" }
|
||
|
|
],
|
||
|
|
"projects": ["tsconfig.build.json"]
|
||
|
|
}
|