fix(web): silence TypeScript 6 baseUrl deprecation

This commit is contained in:
bradgroux 2026-04-14 22:11:00 -05:00
parent 2b2d8d85a9
commit ae392c0de4
2 changed files with 8207 additions and 2 deletions

8200
pnpm-lock.yaml generated

File diff suppressed because it is too large Load diff

View file

@ -18,8 +18,13 @@
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
},
"ignoreDeprecations": "6.0"
},
"include": ["src"],
"references": [{ "path": "./tsconfig.node.json" }]
"references": [
{
"path": "./tsconfig.node.json"
}
]
}