mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-10 02:02:35 -05:00
* 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
22 lines
1.2 KiB
TypeScript
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" />
|