AI_botter/node_modules/openai/src/tsconfig.json

12 lines
322 B
JSON
Raw Normal View History

2024-05-01 02:46:10 +01:00
{
// this config is included in the published src directory to prevent TS errors
// from appearing when users go to source, and VSCode opens the source .ts file
// via declaration maps
"include": ["index.ts"],
"compilerOptions": {
"target": "es2015",
"lib": ["DOM"],
"moduleResolution": "node"
}
}