We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--types
@types
1 parent c3d4f8a commit d7f1852Copy full SHA for d7f1852
src/test.ts
@@ -26,7 +26,7 @@ function compareToBaselines() {
26
27
function compileGeneratedFile(file: string) {
28
try {
29
- child_process.execSync(`node ${tscPath} --strict --lib es5 --skipLibCheck --noEmit ${path.join(outputFolder, file)}`);
+ child_process.execSync(`node ${tscPath} --strict --lib es5 --types --noEmit ${path.join(outputFolder, file)}`);
30
} catch (e) {
31
console.error(`Test failed: could not compile '${file}':`);
32
console.error(e.stdout.toString());
0 commit comments