mirror of
https://github.com/langgenius/dify.git
synced 2026-04-17 03:16:33 +08:00
8 lines
104 B
JSON
8 lines
104 B
JSON
{
|
|
"extends": "./base.json",
|
|
"compilerOptions": {
|
|
"lib": ["es2022"],
|
|
"types": ["node"]
|
|
}
|
|
}
|