Skip to content

Commit

Permalink
feat(open-payments): fix rootDir
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurapov committed Oct 13, 2022
1 parent 32e2a31 commit 050ebef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/open-payments/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"compilerOptions": {
"lib": ["ES2020"],
"outDir": "./dist",
// "rootDir": "./src",
"rootDir": "./src",
"declaration": true
},
"include": ["src/**/*"],
Expand Down

0 comments on commit 050ebef

Please sign in to comment.