mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2025-07-31 05:00:32 +02:00
enable downlevelIteration build option in typescript
This commit is contained in:
@ -92,6 +92,7 @@ class TSJob extends AntOSDKBaseJob {
|
||||
const program = ts.createProgram(files, {
|
||||
"target": "es6",
|
||||
"skipLibCheck": true,
|
||||
"downlevelIteration": true
|
||||
}, host);
|
||||
const result = program.emit();
|
||||
const diagnostics = result.diagnostics.concat((ts.getPreEmitDiagnostics(program)));
|
||||
|
Reference in New Issue
Block a user