kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
21 wiersze
465 B
JSON
21 wiersze
465 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es2020",
|
||
|
"lib": ["esnext"],
|
||
|
"allowJs": true,
|
||
|
"skipLibCheck": true,
|
||
|
"strict": false,
|
||
|
"forceConsistentCasingInFileNames": true,
|
||
|
"esModuleInterop": true,
|
||
|
"module": "esnext",
|
||
|
"moduleResolution": "node",
|
||
|
"resolveJsonModule": true,
|
||
|
"isolatedModules": true,
|
||
|
"baseUrl": ".",
|
||
|
"outDir": "build",
|
||
|
"noEmit": true
|
||
|
},
|
||
|
"exclude": ["node_modules", "build"],
|
||
|
"include": ["**/*.ts"]
|
||
|
}
|