Files
azuredatastudio/src/typings/index.d.ts
Raj 71c14a0837 Output view changes (#3146)
* 1133: Notebook file registration changes

* File registration stuff

* Yarn files

* Outputview Changes

* Misc changes

* Changes to code component name space

* Output view changes

* notebook output view changes

* Latest changes

* Output view changes

* Code review changes on output view

* CSS file and misc changes
2018-11-07 14:19:33 -08:00

22 lines
1.2 KiB
TypeScript

/// <reference path="globals/core-js/index.d.ts" />
/// <reference path="globals/jqueryui/index.d.ts" />
/// <reference path="globals/slickgrid/index.d.ts" />
/// <reference path="globals/systemjs/index.d.ts" />
/// <reference path="globals/underscore/index.d.ts" />
/// <reference path="globals/zone.js/index.d.ts" />
/// <reference path="modules/@angular/common/index.d.ts" />
/// <reference path="modules/@angular/compiler/index.d.ts" />
/// <reference path="modules/@angular/core/index.d.ts" />
/// <reference path="modules/@angular/forms/index.d.ts" />
/// <reference path="modules/@angular/platform-browser-dynamic/index.d.ts" />
/// <reference path="modules/@angular/platform-browser/index.d.ts" />
/// <reference path="modules/@angular/router/index.d.ts" />
/// <reference path="modules/@types/htmlparser2/index.d.ts" />
/// <reference path="modules/@types/sanitize-html/index.d.ts" />
/// <reference path="modules/angular2-grid/index.d.ts" />
/// <reference path="modules/angular2-slickgrid/index.d.ts" />
/// <reference path="modules/ansi_up/index.d.ts" />
/// <reference path="modules/html-query-plan/index.d.ts" />
/// <reference path="modules/ng2-charts/index.d.ts" />
/// <reference path="modules/rxjs/index.d.ts" />