We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 131cdbc + 340a2c1 commit 62d36b1Copy full SHA for 62d36b1
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# graphql-x
2
3
+## 0.8.0
4
+
5
+### Minor Changes
6
7
+- 6d7acfd: update tsconfig
8
9
## 0.7.0
10
11
### Minor Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "@txe/graphql-x",
- "version": "0.7.0",
+ "version": "0.8.0",
"description": "GraphQL eXpansion",
"keywords": [
"graphql",
tsconfig.json
@@ -1,6 +1,7 @@
"include": ["src/**/*"],
"compilerOptions": {
+ "baseUrl": "./src",
"pretty": true,
"types": ["vite/client"],
0 commit comments