open-webui / cypress /tsconfig.json
coolmanx's picture
update
76aa260 verified
raw
history blame
116 Bytes
{
"extends": "../tsconfig.json",
"compilerOptions": {
"inlineSourceMap": true,
"sourceMap": false
}
}