Skip to content

Commit 4628e1a

Browse files
committed
Add --types to pass an empty array to types to disable @types in Jakefile
1 parent ffbdbf0 commit 4628e1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jakefile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ var builtLocalCompiler = path.join(builtLocalDirectory, compilerFilename);
282282
function compileFile(outFile, sources, prereqs, prefixes, useBuiltCompiler, opts, callback) {
283283
file(outFile, prereqs, function() {
284284
var compilerPath = useBuiltCompiler ? builtLocalCompiler : LKGCompiler;
285-
var options = "--noImplicitAny --noEmitOnError --pretty";
285+
var options = "--noImplicitAny --noEmitOnError --types --pretty";
286286
opts = opts || {};
287287
// Keep comments when specifically requested
288288
// or when in debug mode.

0 commit comments

Comments
 (0)