diff --git a/jest.config.js b/jest.config.js index 67a1751..8515eb8 100644 --- a/jest.config.js +++ b/jest.config.js @@ -5,6 +5,6 @@ module.exports = { }, moduleNameMapper: { '^@/(.*)$': '/src/$1', - '^@ps/(.*)$': '/output/$1' + '^@ps/(.*)$': '/anyall-purs/output/$1' } }; diff --git a/tsconfig.json b/tsconfig.json index 675a37f..2c41779 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -22,7 +22,7 @@ "src/*" ], "@ps/*": [ - "output/*" + "anyall-purs/output/*" ] }, "lib": [