Skip to content

Commit 13a783b

Browse files
committed
perf: add --noCheck to tsgo
thanks to @zsilbi in #47
1 parent daa87e5 commit 13a783b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/generate.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,7 @@ async function runTsgo(root: string, tsconfig?: string) {
305305
tsgoDist,
306306
'--rootDir',
307307
root,
308+
'--noCheck',
308309
],
309310
{ stdio: 'inherit' },
310311
)

0 commit comments

Comments
 (0)