resolve relative deps

This commit is contained in:
Dan Finch 2026-05-02 15:25:00 +02:00
parent c0df0a0409
commit 6d43e70205
3 changed files with 92 additions and 45 deletions

View file

@ -3,6 +3,6 @@
"@typescript/native-preview": "beta"
},
"scripts": {
"check": "tsgo --noEmit"
"check": "tsgo --noEmit && find . -mindepth 2 -name tsconfig.json -not -path '*/node_modules/*' -exec tsgo --noEmit -p {} \\;"
}
}