nx 20.4.0-beta.0 → 20.4.0-beta.1

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.
Binary file
@@ -91,6 +91,7 @@ export declare function getTsNodeCompilerOptions(compilerOptions: CompilerOption
91
91
  moduleDetection?: any;
92
92
  newLine?: any;
93
93
  noEmit?: any;
94
+ noCheck?: any;
94
95
  noEmitHelpers?: any;
95
96
  noEmitOnError?: any;
96
97
  noErrorTruncation?: any;
@@ -126,6 +127,7 @@ export declare function getTsNodeCompilerOptions(compilerOptions: CompilerOption
126
127
  removeComments?: any;
127
128
  resolvePackageJsonExports?: any;
128
129
  resolvePackageJsonImports?: any;
130
+ rewriteRelativeImportExtensions?: any;
129
131
  rootDir?: any;
130
132
  rootDirs?: any;
131
133
  skipLibCheck?: any;
@@ -1 +1 @@
1
- export declare const typescriptVersion = "~5.6.2";
1
+ export declare const typescriptVersion = "~5.7.2";
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.typescriptVersion = void 0;
4
- exports.typescriptVersion = '~5.6.2';
4
+ exports.typescriptVersion = '~5.7.2';