@gentrace/openai
Version:
Gentrace OpenAI v4 plugin for Node.JS
18 lines (17 loc) • 394 B
JSON
{
"compilerOptions": {
"declaration": true,
"target": "ES6",
"module": "ESNext",
"noImplicitAny": true,
"outDir": "dist",
"rootDir": ".",
"moduleResolution": "node",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"types": ["jest", "node"],
"lib": ["ES2019", "DOM"]
},
"exclude": ["dist", "node_modules"],
"include": ["src"]
}