Enable strict mode on hak tsconfig (#483)

This commit is contained in:
Michael Telatynski
2022-12-14 10:47:35 +00:00
committed by GitHub
parent 19f04d4362
commit d766aef435
5 changed files with 6 additions and 2 deletions
+2 -2
View File
@@ -80,7 +80,7 @@ export default async function(hakEnv: HakEnv, moduleInfo: DependencyInfo): Promi
}
fsProm.unlink('tmp').then(resolve);
});
rustc.stdin.write('fn main() {}');
rustc.stdin.end();
rustc.stdin!.write('fn main() {}');
rustc.stdin!.end();
});
}