mirror of
https://github.com/langgenius/dify.git
synced 2026-04-17 11:26:43 +08:00
8 lines
128 B
JSON
8 lines
128 B
JSON
{
|
|
"extends": "./base.json",
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"lib": ["es2022", "dom", "dom.iterable"]
|
|
}
|
|
}
|