{ "compilerOptions": { "module": "commonjs", "target": "es5", "lib": [ "es6", "dom" ], "noImplicitAny": true, "noImplicitThis": true, "strictNullChecks": true, "strictFunctionTypes": false, "baseUrl": "../", "typeRoots": [ "../" ], "paths": { "@ember/*": ["ember__*"] }, "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true }, "files": [ "index.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-module-tests.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" ] }