kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
13 wiersze
255 B
JSON
13 wiersze
255 B
JSON
|
|
{
|
||
|
|
"extends": "@fisch0920/config/tsconfig-node",
|
||
|
|
"compilerOptions": {
|
||
|
|
"baseUrl": ".",
|
||
|
|
"paths": {
|
||
|
|
"@/*": ["src/*"]
|
||
|
|
},
|
||
|
|
"types": ["./src/worker.d.ts"]
|
||
|
|
},
|
||
|
|
"include": ["src", "*.config.ts"],
|
||
|
|
"exclude": ["node_modules", "dist"]
|
||
|
|
}
|