tstyche 7.0.0-rc.1 → 7.0.0
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/api.js +1 -2
- package/package.json +1 -1
package/dist/api.js
CHANGED
|
@@ -4182,7 +4182,6 @@ class ProjectService {
|
|
|
4182
4182
|
noUncheckedIndexedAccess: true,
|
|
4183
4183
|
resolveJsonModule: true,
|
|
4184
4184
|
strict: true,
|
|
4185
|
-
verbatimModuleSyntax: true,
|
|
4186
4185
|
target: this.#compiler.ScriptTarget.ESNext,
|
|
4187
4186
|
};
|
|
4188
4187
|
if (Version.isSatisfiedWith(this.#compiler.version, "5.6")) {
|
|
@@ -6170,7 +6169,7 @@ class FileRunner {
|
|
|
6170
6169
|
class Runner {
|
|
6171
6170
|
#eventEmitter = new EventEmitter();
|
|
6172
6171
|
#resolvedConfig;
|
|
6173
|
-
static version = "7.0.0
|
|
6172
|
+
static version = "7.0.0";
|
|
6174
6173
|
constructor(resolvedConfig) {
|
|
6175
6174
|
this.#resolvedConfig = resolvedConfig;
|
|
6176
6175
|
}
|