mirror of
https://github.com/lobehub/lobe-chat.git
synced 2026-06-14 03:30:19 +00:00
1cf0257326
Co-authored-by: Innei <tukon479@gmail.com>
8 lines
120 B
JSON
8 lines
120 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./dist"
|
|
},
|
|
"extends": "../../tsconfig.json",
|
|
"include": ["src/**/*.ts"]
|
|
}
|