Closed Angeth-Herjok closed 5 days ago
This should get the non-working compilers to work
Fixes #
You mention that no changes available on tsconfig.common.json now it should "types": ["ava"] // Ensure this line is included }, "include": ["*/.ts"] }
run pnpm install pnpm build pnpm ava
Hi @Angeth-Herjok
Running this locally I have node 20.8.1, but my tests fail because they cannot load typescript types.
20.8.1
I do not see anything in this PR which would address the issue.
Did you test locally?
Short Description
This should get the non-working compilers to work
Fixes #
node -v should be 20.8.1
QA Notes
You mention that no changes available on tsconfig.common.json now it should "types": ["ava"] // Ensure this line is included }, "include": ["*/.ts"] }
run pnpm install pnpm build pnpm ava