mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-04 14:29:06 +08:00
* [ember] fix: runInDebug should return void fixes https://github.com/typed-ember/ember-cli-typescript/issues/284 * [ember] tests for DataAdapter and ContainerDebugAdapter * [ember] more specific observable handlers in tests * [ember] refactor @ember/debug types into their own package
71 lines
1.9 KiB
JSON
Executable File
71 lines
1.9 KiB
JSON
Executable File
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es5",
|
|
"lib": [
|
|
"es6",
|
|
"dom"
|
|
],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": true,
|
|
"strictFunctionTypes": false,
|
|
"baseUrl": "../",
|
|
"typeRoots": [
|
|
"../"
|
|
],
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"files": [
|
|
"index.d.ts",
|
|
"-private-types/utils.d.ts",
|
|
"-private-types/mixin.d.ts",
|
|
"-private-types/object.d.ts",
|
|
"-private-types/object/computed.d.ts",
|
|
"test/lib/assert.ts",
|
|
"test/private/computed-tests.ts",
|
|
"test/private/observable-tests.ts",
|
|
"test/techniques/properties-from-this.ts",
|
|
"test/access-modifier.ts",
|
|
"test/application-instance.ts",
|
|
"test/application.ts",
|
|
"test/array-ext.ts",
|
|
"test/array-proxy.ts",
|
|
"test/array.ts",
|
|
"test/component.ts",
|
|
"test/computed.ts",
|
|
"test/controller.ts",
|
|
"test/core-object.ts",
|
|
"test/create-negative.ts",
|
|
"test/create.ts",
|
|
"test/data-adapter.ts",
|
|
"test/debug.ts",
|
|
"test/detect-instance.ts",
|
|
"test/detect.ts",
|
|
"test/ember-tests.ts",
|
|
"test/engine-instance.ts",
|
|
"test/engine.ts",
|
|
"test/error.ts",
|
|
"test/event.ts",
|
|
"test/extend.ts",
|
|
"test/function-ext.ts",
|
|
"test/helper.ts",
|
|
"test/inject.ts",
|
|
"test/mixin.ts",
|
|
"test/object.ts",
|
|
"test/observable.ts",
|
|
"test/reopen.ts",
|
|
"test/route.ts",
|
|
"test/router.ts",
|
|
"test/run.ts",
|
|
"test/string-ext.ts",
|
|
"test/string.ts",
|
|
"test/test.ts",
|
|
"test/transition.ts",
|
|
"test/utils.ts",
|
|
"test/view-utils.ts"
|
|
]
|
|
}
|