11 lines
718 B
TypeScript
11 lines
718 B
TypeScript
/// <reference path="../node_modules/@types/web/iterable.d.ts" />
|
|
/// <reference path="../node_modules/@types/bootstrap/index.d.ts" />
|
|
/// <reference path="../node_modules/@types/jquery/index.d.ts" />
|
|
/// <reference path="../node_modules/@types/jquery-validation-unobtrusive/index.d.ts" />
|
|
/// <reference path="../node_modules/@types/jquery.blockui/index.d.ts" />
|
|
/// <reference path="../node_modules/@types/jquery.validation/index.d.ts" />
|
|
/// <reference path="../node_modules/@types/globalize/index.d.ts" />
|
|
/// <reference path="../node_modules/@types/toastr/index.d.ts" />
|
|
/// <reference path="../node_modules/@types/sortablejs/index.d.ts" />
|
|
/// <reference path="../node_modules/@types/sortablejs/plugins.d.ts" />
|