Skip to content

Commit

Permalink
get tsconfig back to original state
Browse files Browse the repository at this point in the history
  • Loading branch information
aburkut committed Oct 10, 2023
1 parent 5a4f173 commit 76817f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/dex-integration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ function testIntegration(argv: IOptions) {
process.env.NODE_ENV = 'test';
}

require('../node_modules/jest-cli/build').run(
require('../node_modules/jest-cli/build/cli').run(
`src\/dex\/${dexNameParam}\/.+\.test\.ts`,
);
}
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"module": "commonjs",
"noImplicitAny": true,
"outDir": "build",
// "rootDir": "src",
"rootDir": "src",
"preserveConstEnums": true,
"strictNullChecks": true,
"strict": true,
Expand Down

0 comments on commit 76817f1

Please sign in to comment.