fix: tests/tsconfig baseUrl after root baseUrl addition (typecheck script)
This commit is contained in:
parent
08f63205c2
commit
79ba40f04d
1 changed files with 3 additions and 2 deletions
|
|
@ -1,9 +1,10 @@
|
||||||
{
|
{
|
||||||
"extends": "../tsconfig.json",
|
"extends": "../tsconfig.json",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
|
"baseUrl": "..",
|
||||||
"paths": {
|
"paths": {
|
||||||
"packages/*": ["../packages/*"],
|
"packages/*": ["packages/*"],
|
||||||
"tests/*": ["./*"]
|
"tests/*": ["tests/*"]
|
||||||
},
|
},
|
||||||
"types": ["vite/client", "bun-types"]
|
"types": ["vite/client", "bun-types"]
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue