@absolutejs/absolute 0.19.0-beta.203 → 0.19.0-beta.204

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.
package/dist/cli/index.js CHANGED
@@ -1025,7 +1025,7 @@ var run = async (name, command) => {
1025
1025
  checks.push(run("svelte-check", [
1026
1026
  findBin("svelte-check"),
1027
1027
  "--tsconfig",
1028
- "./tsconfig.json",
1028
+ resolve7("tsconfig.json"),
1029
1029
  "--threshold",
1030
1030
  "error",
1031
1031
  "--compiler-warnings",
package/package.json CHANGED
@@ -208,5 +208,5 @@
208
208
  "typecheck": "bun run vue-tsc --noEmit"
209
209
  },
210
210
  "types": "./dist/src/index.d.ts",
211
- "version": "0.19.0-beta.203"
211
+ "version": "0.19.0-beta.204"
212
212
  }