-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_references.ts
More file actions
16 lines (16 loc) · 970 Bytes
/
_references.ts
File metadata and controls
16 lines (16 loc) · 970 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/// <reference path="./Scripts/qunit.d.ts" />
/// <reference path="./Scripts/jquery.d.ts" />
/// <reference path="../TypeScript-Base/Exception/Exception.ts" />
/// <reference path="../TypeScript-Base/Utils/Utils.ts" />
/// <reference path="../TypeScript-Base/Utils/Assert.ts" />
/// <reference path="../TypeScript-Base/Utils/TypeGuards.ts" />
/// <reference path="../TypeScript-Base/Utils/HTTPStatusCodes.ts" />
/// <reference path="../TypeScript-Base/TypeCode/UInt64.ts" />
/// <reference path="../TypeScript-Base/TypeCode/GUID.ts" />
/// <reference path="../TypeScript-Base/Encoding/Base64.ts" />
/// <reference path="../TypeScript-Base/Encoding/UTF.ts" />
/// <reference path="../TypeScript-Base/IO/StreamStateEnum.ts" />
/// <reference path="../TypeScript-Base/IO/IStream.ts" />
/// <reference path="../TypeScript-Base/IO/Stream.ts" />
/// <reference path="../TypeScript-Base/IO/ByteStream.ts" />
/// <reference path="../TypeScript-Base/IO/BitStringStream.ts" />