This commit is contained in:
Lukian LEIZOUR 2022-11-27 22:31:52 +01:00
parent b9e306320c
commit 943ecc44c1
79 changed files with 15959 additions and 1 deletions

17
node_modules/openai/tsconfig.json generated vendored Normal file
View file

@ -0,0 +1,17 @@
{
"compilerOptions": {
"declaration": true,
"target": "es6",
"module": "commonjs",
"noImplicitAny": true,
"outDir": "dist",
"rootDir": ".",
"typeRoots": [
"node_modules/@types"
]
},
"exclude": [
"dist",
"node_modules"
]
}