Skip to content

Commit

Permalink
Add compatibility with ahk2 unit tests (#520)
Browse files Browse the repository at this point in the history
* Fix compatibility with ahk2 unit tests

* Update ahk2 to main
  • Loading branch information
mark-wiemer authored Sep 29, 2024
1 parent e064be6 commit dc68ee2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ahk2
Submodule ahk2 updated from 02004d to b1057d
6 changes: 5 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
"experimentalDecorators": true,
"sourceMap": true,
"rootDirs": ["src"],
"esModuleInterop": true
"esModuleInterop": true,
"baseUrl": ".",
"paths": {
"mocha": ["node_modules/@types/mocha"]
}
},
"exclude": ["node_modules", "./ahk2/node_modules"]
}

0 comments on commit dc68ee2

Please sign in to comment.