@isograph/babel-plugin 0.0.0-main-a840a70e → 0.0.0-main-c09c9dbf

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  ../.. |  WARN  Unsupported engine: wanted: {"node":"24.12.0"} (current: {"node":"v22.22.0","pnpm":"10.15.0"})
2
2
 
3
- > @isograph/babel-plugin@0.0.0-main-a840a70e tsc /home/runner/work/isograph/isograph/libs/isograph-babel-plugin
3
+ > @isograph/babel-plugin@0.0.0-main-c09c9dbf tsc /home/runner/work/isograph/isograph/libs/isograph-babel-plugin
4
4
  > tsc
5
5
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@isograph/babel-plugin",
3
3
  "description": "A Babel plugin for use with Isograph applications.",
4
4
  "homepage": "https://isograph.dev",
5
- "version": "0.0.0-main-a840a70e",
5
+ "version": "0.0.0-main-c09c9dbf",
6
6
  "keywords": [
7
7
  "graphql",
8
8
  "isograph",
package/tsconfig.json CHANGED
@@ -2,8 +2,7 @@
2
2
  "extends": "../../tsconfig.build.json",
3
3
  "compilerOptions": {
4
4
  "allowJs": true,
5
- "checkJs": true,
6
- "noEmit": true
5
+ "checkJs": true
7
6
  },
8
7
  "include": ["./**/*.ts", "./**/*.js"]
9
8
  }