[ember-qunit] new breaking release of types

This commit is contained in:
Mike North
2018-08-26 23:49:42 -07:00
parent d872959c5c
commit ad3df0822d
3 changed files with 7 additions and 4 deletions

View File

@@ -1,8 +1,9 @@
// Type definitions for ember-qunit 3.0
// Type definitions for ember-qunit 3.4
// Project: https://github.com/emberjs/ember-qunit#readme
// Definitions by: Derek Wickern <https://github.com/dwickern>
// Mike North <https://github.com/mike-north>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.4
// TypeScript Version: 2.8
/// <reference types="qunit" />

View File

@@ -1,6 +1,7 @@
// Type definitions for ember-qunit 2.2
// Project: https://github.com/emberjs/ember-qunit#readme
// Definitions by: Derek Wickern <https://github.com/dwickern>
// Mike North <https://github.com/mike-north>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.4

View File

@@ -16,7 +16,8 @@
"paths": {
"ember-qunit": [
"ember-qunit/v2"
]
],
"ember": ["ember/v2"]
},
"types": [],
"noEmit": true,
@@ -26,4 +27,4 @@
"index.d.ts",
"ember-qunit-tests.ts"
]
}
}