Skip to content

Commit 72b85d4

Browse files
code-asherkylecarbs
authored andcommitted
@ts-ignore-be-gone
Spray liberally.
1 parent d1ec794 commit 72b85d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/vscode/src/fill/environmentService.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ export class EnvironmentService extends environment.EnvironmentService {
99

1010
}
1111

12-
// @ts-ignore
13-
environment.EnvironmentService = EnvironmentService;
12+
const target = environment as typeof environment;
13+
target.EnvironmentService = EnvironmentService;

0 commit comments

Comments
 (0)