nx 20.2.0-beta.4 → 20.2.0-beta.5

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
@@ -137,12 +137,14 @@ export declare function getTsNodeCompilerOptions(compilerOptions: CompilerOption
137
137
  strictBindCallApply?: any;
138
138
  strictNullChecks?: any;
139
139
  strictPropertyInitialization?: any;
140
+ strictBuiltinIteratorReturn?: any;
140
141
  stripInternal?: any;
141
142
  suppressExcessPropertyErrors?: any;
142
143
  suppressImplicitAnyIndexErrors?: any;
143
144
  target?: any;
144
145
  traceResolution?: any;
145
146
  useUnknownInCatchVariables?: any;
147
+ noUncheckedSideEffectImports?: any;
146
148
  resolveJsonModule?: any;
147
149
  types?: any;
148
150
  typeRoots?: any;
@@ -1 +1 @@
1
- export declare const typescriptVersion = "~5.5.2";
1
+ export declare const typescriptVersion = "~5.6.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.5.2';
4
+ exports.typescriptVersion = '~5.6.2';