Skip to content

Commit

Permalink
allowJs to true
Browse files Browse the repository at this point in the history
  • Loading branch information
aroralanuk committed Dec 4, 2023
1 parent 0d1b398 commit e0afaa1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion typescript/cli/src/tests/routingIsm.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ describe('readFallbackRoutingIsmConfig', () => {
expect(actualIsm).to.equal(
(artifacts.anvil1.anvil2 as any).messageIdMultisigIsm,
);
}).timeout(250000);
}).timeout(25000);
});
3 changes: 2 additions & 1 deletion typescript/cli/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"module": "Node16",
"moduleResolution": "Node16",
"outDir": "./dist/",
"rootDir": "."
"rootDir": ".",
"allowJs": true
},
"include": [
"./cli.ts",
Expand Down

0 comments on commit e0afaa1

Please sign in to comment.