@marko/type-check 0.0.13 → 0.0.14

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.
Files changed (2) hide show
  1. package/dist/cli.js +0 -2
  2. package/package.json +2 -2
package/dist/cli.js CHANGED
@@ -45,8 +45,6 @@ var fsPathReg = /^(?:[./\\]|[A-Z]:)/i;
45
45
  var modulePartsReg = /^((?:@(?:[^/]+)\/)?(?:[^/]+))(.*)$/;
46
46
  var extractCache = /* @__PURE__ */ new WeakMap();
47
47
  var requiredTSCompilerOptions = {
48
- module: import_tsserverlibrary.default.ModuleKind.ESNext,
49
- moduleResolution: import_tsserverlibrary.default.ModuleResolutionKind.Bundler,
50
48
  allowJs: true,
51
49
  declaration: true,
52
50
  skipLibCheck: true,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@marko/type-check",
3
3
  "description": "A CLI to type check Marko projects",
4
- "version": "0.0.13",
4
+ "version": "0.0.14",
5
5
  "bugs": "https://github.com/marko-js/language-server/issues/new?template=Bug_report.md",
6
6
  "dependencies": {
7
7
  "@babel/code-frame": "^7.22.5",
@@ -9,7 +9,7 @@
9
9
  "arg": "^5.0.2",
10
10
  "kleur": "^4.1.5",
11
11
  "strip-json-comments": "^3.1.1",
12
- "typescript": "5.1.3"
12
+ "typescript": "^5.1.6"
13
13
  },
14
14
  "devDependencies": {
15
15
  "@types/babel__code-frame": "^7.0.3"