ghostwriter-api / frontend /tsconfig.json
Corina Kaiser
Deploy to HF Space
be1ce5d
Raw
History Blame Contribute Delete
262 Bytes
{
"compilerOptions": {
"ignoreDeprecations": "6.0",
"baseUrl": ".",
"paths": {
"@/*": [
"./src/*"
]
}
},
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
]
}