mirror of
https://github.com/cdr/code-server.git
synced 2025-12-07 08:52:16 +01:00
@ts-ignore-be-gone
Spray liberally.
This commit is contained in:
parent
8fc959e256
commit
4a8d11995b
1 changed files with 2 additions and 2 deletions
|
|
@ -9,5 +9,5 @@ export class EnvironmentService extends environment.EnvironmentService {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// @ts-ignore
|
const target = environment as typeof environment;
|
||||||
environment.EnvironmentService = EnvironmentService;
|
target.EnvironmentService = EnvironmentService;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue