sd-webui-openpose-editor/tsconfig.json

18 lines
242 B
JSON

{
"files": [],
"compilerOptions": {
"lib": ["es2017"],
},
"references": [
{
"path": "./tsconfig.node.json"
},
{
"path": "./tsconfig.app.json"
},
{
"path": "./tsconfig.vitest.json"
}
]
}