Skip to content

Commit

Permalink
chore: lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gallynaut committed Aug 11, 2023
1 parent 8d8cd79 commit 33ce0a9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 31 deletions.
16 changes: 3 additions & 13 deletions javascript/solana.js/tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,6 @@
"strictNullChecks": false,
"strictFunctionTypes": true,
"noImplicitReturns": true,
"esModuleInterop": true,
"paths": {
"@switchboard-xyz/common": [
"../common"
]
}
},
"references": [
{
"path": "../common"
}
]
}
"esModuleInterop": true
}
}
18 changes: 1 addition & 17 deletions javascript/solana.js/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,24 +28,8 @@
"strictPropertyInitialization": false,
"strict": true,
"strictNullChecks": true,
"allowJs": true,
"paths": {
"@switchboard-xyz/common": [
"../common"
],
"@switchboard-xyz/oracle": [
"../oracle"
]
}
"allowJs": true
},
"references": [
{
"path": "../common"
},
{
"path": "../oracle"
}
],
"typedocOptions": {
"entryPoints": [
"src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 33ce0a9

Please sign in to comment.