mirror of
https://github.com/zoriya/typebox.git
synced 2026-06-02 19:11:14 +00:00
@@ -32,7 +32,7 @@ declare function shell(command: string): Promise<void>
|
||||
export async function compile(target: string) {
|
||||
const options = [
|
||||
`--outDir ${target}`,
|
||||
'--target ESNext',
|
||||
'--target ES2020',
|
||||
'--module ESNext',
|
||||
'--declaration',
|
||||
].join(' ')
|
||||
|
||||
Reference in New Issue
Block a user