cli-ai
Version:
A command line interface client for interacting with OpenAI's GPT3
18 lines • 392 B
JSON
{
"compilerOptions": {
"module": "commonjs",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"target": "ES2022",
"noImplicitAny": true,
"moduleResolution": "node",
"types": ["node"],
"sourceMap": true,
"outDir": "build",
"baseUrl": ".",
"paths": {
"*": ["node_modules/*", "src/types/*"]
}
},
"include": ["src/**/*"]
}