diff options
Diffstat (limited to 'cli/tsc/compiler.d.ts')
-rw-r--r-- | cli/tsc/compiler.d.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cli/tsc/compiler.d.ts b/cli/tsc/compiler.d.ts index 2ea7eb298..1ba116170 100644 --- a/cli/tsc/compiler.d.ts +++ b/cli/tsc/compiler.d.ts @@ -251,4 +251,8 @@ declare global { specifier: string; position: number; } + + interface Restart { + method: "restart"; + } } |