forked from microsoft/TouchDevelop
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvsrefs.ts
More file actions
18 lines (18 loc) · 713 Bytes
/
vsrefs.ts
File metadata and controls
18 lines (18 loc) · 713 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
///<reference path='ast/refs.ts'/>
///<reference path='browser/browser.ts'/>
///<reference path='storage/refs.ts'/>
///<reference path='lib/refs.ts'/>
///<reference path='rt/refs.ts'/>
///<reference path='libwab/refs.ts'/>
///<reference path='libcordova/refs.ts'/>
///<reference path='libnode/refs.ts'/>
///<reference path='runner/refs.ts'/>
///<reference path='officemix/officemix.ts'/>
///<reference path='editor/refs.ts'/>
///<reference path='noderunner/nrunner.ts'/>
///<reference path='shell/shell.ts'/>
///<reference path='tools/client.ts'/>
///<reference path='tools/genMeta.ts'/>
///<reference path='embedded/refs.ts' />
///<reference path='www/ace/refs.ts' />
///<reference path='www/blockly/refs.ts' />