Skip to content

Commit 33ce0a9

Browse files
committed
chore: lockfile
1 parent 8d8cd79 commit 33ce0a9

File tree

3 files changed

+5
-31
lines changed

3 files changed

+5
-31
lines changed

javascript/solana.js/tsconfig.base.json

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,6 @@
2828
"strictNullChecks": false,
2929
"strictFunctionTypes": true,
3030
"noImplicitReturns": true,
31-
"esModuleInterop": true,
32-
"paths": {
33-
"@switchboard-xyz/common": [
34-
"../common"
35-
]
36-
}
37-
},
38-
"references": [
39-
{
40-
"path": "../common"
41-
}
42-
]
43-
}
31+
"esModuleInterop": true
32+
}
33+
}

javascript/solana.js/tsconfig.json

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -28,24 +28,8 @@
2828
"strictPropertyInitialization": false,
2929
"strict": true,
3030
"strictNullChecks": true,
31-
"allowJs": true,
32-
"paths": {
33-
"@switchboard-xyz/common": [
34-
"../common"
35-
],
36-
"@switchboard-xyz/oracle": [
37-
"../oracle"
38-
]
39-
}
31+
"allowJs": true
4032
},
41-
"references": [
42-
{
43-
"path": "../common"
44-
},
45-
{
46-
"path": "../oracle"
47-
}
48-
],
4933
"typedocOptions": {
5034
"entryPoints": [
5135
"src/index.ts",

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)