Skip to content
This repository has been archived by the owner on Dec 5, 2021. It is now read-only.

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
CAPtheorem committed May 27, 2021
1 parent a3076f2 commit d77f794
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 27 deletions.
24 changes: 0 additions & 24 deletions packages/omgx/fraud-prover/.gitignore

This file was deleted.

2 changes: 1 addition & 1 deletion packages/omgx/fraud-prover/tsconfig.build.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../../tsconfig.build.json",
"extends": "../../../tsconfig.build.json",

"compilerOptions": {
"rootDir": "./src",
Expand Down
3 changes: 2 additions & 1 deletion packages/omgx/fraud-prover/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"extends": "../../tsconfig.json",
"extends": "../../../tsconfig.json",

"compilerOptions": {
"resolveJsonModule": true
}
Expand Down
2 changes: 1 addition & 1 deletion packages/omgx/fraud-prover/tslint.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends": "../../tslint.base.json"
"extends": "../../../tslint.base.json"
}

0 comments on commit d77f794

Please sign in to comment.