Update tests to use '@noLib: true'.

This commit is contained in:
Daniel Rosenwasser 2015-05-05 17:29:49 -07:00
parent d2857751b2
commit 8add21446b
3 changed files with 3 additions and 0 deletions

View file

@ -1,3 +1,4 @@
// @noLib: true
/// <reference no-default-lib="true"/>
var x;

View file

@ -1,4 +1,5 @@
// @target: ES5
// @noLib: true
/* *****************************************************************************
Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use

View file

@ -1,3 +1,4 @@
// @noLib: true
/// <style requireSemi="on" />
/// <reference no-default-lib="true"/>
declare function foo(): void;