mirror of
https://github.com/BradGroux/veritas-kanban.git
synced 2026-08-28 02:44:59 +00:00
fix(web): silence TypeScript 6 baseUrl deprecation
This commit is contained in:
parent
2b2d8d85a9
commit
ae392c0de4
2 changed files with 8207 additions and 2 deletions
8200
pnpm-lock.yaml
generated
8200
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
|
|
@ -18,8 +18,13 @@
|
|||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": ["./src/*"]
|
||||
}
|
||||
},
|
||||
"ignoreDeprecations": "6.0"
|
||||
},
|
||||
"include": ["src"],
|
||||
"references": [{ "path": "./tsconfig.node.json" }]
|
||||
"references": [
|
||||
{
|
||||
"path": "./tsconfig.node.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue