diff options
Diffstat (limited to 'globals.ts')
-rw-r--r-- | globals.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/globals.ts b/globals.ts index 184f25163..e82afd75b 100644 --- a/globals.ts +++ b/globals.ts @@ -1,3 +1,4 @@ +/// <reference path="./text-encoding.d.ts" /> import * as timer from "./timers"; // If you use the eval function indirectly, by invoking it via a reference |