This commit is contained in:
Alex
2023-12-20 12:23:05 -05:00
parent 02fe9f4799
commit 3ec7c342ba
18 changed files with 1732 additions and 700 deletions

View File

@ -0,0 +1,10 @@
diff --git a/node_modules/@typescript-eslint/utils/dist/ts-eslint/Scope.d.ts b/node_modules/@typescript-eslint/utils/dist/ts-eslint/Scope.d.ts
index 4e57af9..29b7cf7 100644
--- a/node_modules/@typescript-eslint/utils/dist/ts-eslint/Scope.d.ts
+++ b/node_modules/@typescript-eslint/utils/dist/ts-eslint/Scope.d.ts
@@ -1,4 +1,4 @@
-import * as scopeManager from '@typescript-eslint/scope-manager';
+import * as scopeManager from '@typescript-eslint/scope-manager/dist';
declare namespace Scope {
type ScopeManager = scopeManager.ScopeManager;
type Reference = scopeManager.Reference;