mirror of
https://github.com/LLM-Red-Team/kimi-free-api.git
synced 2024-11-01 18:29:19 +08:00
16 lines
389 B
JSON
16 lines
389 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"baseUrl": ".",
|
||
|
"module": "NodeNext",
|
||
|
"moduleResolution": "NodeNext",
|
||
|
"allowImportingTsExtensions": true,
|
||
|
"allowSyntheticDefaultImports": true,
|
||
|
"noEmit": true,
|
||
|
"paths": {
|
||
|
"@/*": ["src/*"]
|
||
|
},
|
||
|
"outDir": "./dist"
|
||
|
},
|
||
|
"include": ["src/**/*", "libs.d.ts"],
|
||
|
"exclude": ["node_modules", "dist"]
|
||
|
}
|