tiny-trigger / frontend /tsconfig.json
Javier
UI Functional, next fixing automations
d725335
Raw
History Blame Contribute Delete
203 Bytes
{
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
],
"compilerOptions": {
"baseUrl": ".",
"paths": { "@/*": ["./src/*"] }
}
}