[jquery-mockjaw] Update to target @types/jquery v3.

This commit is contained in:
Leonard Thieu 2017-06-23 21:39:39 -04:00
parent 64f1e27c15
commit 6530fe0e1a
3 changed files with 3 additions and 7 deletions

View File

@ -2,6 +2,9 @@
// Project: https://github.com/jakerella/jquery-mockjax
// Definitions by: Laszlo Jakab <https://github.com/laszlojakab/>, Vladimir Đokić <https://github.com/vladeck/>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3
/// <reference types="jquery" />
interface MockJaxSettingsHeaders {
[key: string]: string;

View File

@ -1,7 +1,5 @@
/// <reference types="qunit" />
import $ = require('jquery');
class Tests {
private _noErrorCallbackExpected: (jqXHR: JQueryXHR, textStatus: string, errorThrown: string) => any;
private _defaultMockjaxSettings: MockJaxSettings;

View File

@ -12,11 +12,6 @@
"typeRoots": [
"../"
],
"paths": {
"jquery": [
"jquery/v2"
]
},
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true