text-transformer / jsconfig.json
OnyxlMunkey's picture
Text Transformer: Docker app for HF Space
0f5ca68
raw
history blame contribute delete
72 Bytes
{
"compilerOptions": {
"paths": {
"@/*": ["./*"]
}
}
}