mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-01 07:40:10 +00:00
tests now run with module flag set to commonjs
This commit is contained in:
@@ -537,7 +537,7 @@ var DefinitelyTyped;
|
||||
function Tsc() {
|
||||
}
|
||||
Tsc.run = function (tsfile, callback) {
|
||||
Exec.exec('node ./_infrastructure/tests/typescript/tsc.js ', [tsfile], function (ExecResult) {
|
||||
Exec.exec('node ./_infrastructure/tests/typescript/tsc.js --module commonjs ', [tsfile], function (ExecResult) {
|
||||
callback(ExecResult);
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user