I am new to JS. Im trying to implement an API call to openai, and using:
import OpenAI from “openai”.
tsconfig:
“compilerOptions”: {
“target”: “es6”,
“lib”: [
“es6”
],
Any help with setting the right target?
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.