Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/sentry'
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewlilley committed Sep 13, 2024
2 parents c9ff0a9 + 3b39760 commit fd88d7b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions packages/graph-client/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
"baseUrl": ".",
"outDir": "./dist",
"rootDir": "src",
"sourceMap": true,
"declaration": true,
"declarationMap": true,
"resolveJsonModule": true,
"target": "ES2020",
"paths":{
"src":[
"./src/*"
]
"paths": {
"src": ["./src/*"]
},
"plugins": [
{
"name": "@0no-co/graphqlsp",
"plugins": [
{
"name": "@0no-co/graphqlsp",
"schemas": [
{
"name": "bonds",
Expand Down Expand Up @@ -48,7 +48,7 @@
"tadaTurboLocation": "./src/subgraphs/data-api/data-api-cache.d.ts"
}
]
}
]
}
]
}
}
}

0 comments on commit fd88d7b

Please sign in to comment.