resolve relative deps
This commit is contained in:
parent
c0df0a0409
commit
6d43e70205
3 changed files with 92 additions and 45 deletions
|
|
@ -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 {} \\;"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue