Skip to content

Commit

Permalink
Change alias
Browse files Browse the repository at this point in the history
  • Loading branch information
kharus committed Sep 18, 2024
1 parent 11bdbc2 commit 2d63b7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ module.exports = {
},
moduleNameMapper: {
'^@/(.*)$': '<rootDir>/src/$1',
'^@ps/(.*)$': '<rootDir>/output/$1'
'^@ps/(.*)$': '<rootDir>/anyall-purs/output/$1'
}
};
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"src/*"
],
"@ps/*": [
"output/*"
"anyall-purs/output/*"
]
},
"lib": [
Expand Down

0 comments on commit 2d63b7a

Please sign in to comment.