kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
28 wiersze
673 B
JSON
28 wiersze
673 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": ["esnext", "dom.iterable"],
|
|
"module": "esnext",
|
|
"moduleResolution": "bundler",
|
|
"moduleDetection": "force",
|
|
"noEmit": true,
|
|
"target": "es2020",
|
|
"outDir": "dist",
|
|
|
|
"allowImportingTsExtensions": false,
|
|
"allowJs": true,
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"incremental": false,
|
|
"isolatedModules": true,
|
|
"jsx": "preserve",
|
|
"noUncheckedIndexedAccess": true,
|
|
"resolveJsonModule": true,
|
|
"skipLibCheck": true,
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"useDefineForClassFields": true,
|
|
"verbatimModuleSyntax": true
|
|
},
|
|
"include": ["src"]
|
|
}
|