forked from emberjs/data
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tsconfig.json
104 lines (104 loc) · 5.87 KB
/
tsconfig.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"extends": "./tsconfig.root.json",
"compilerOptions": {
"experimentalDecorators": true,
"noImplicitAny": false
},
"files": [
"packages/unpublished-test-infra/addon-test-support/qunit-asserts/utils/is-thenable.ts",
"packages/unpublished-test-infra/addon-test-support/qunit-asserts/index.ts",
"packages/unpublished-test-infra/addon-test-support/qunit-asserts/check-matcher.ts",
"packages/unpublished-test-infra/addon-test-support/qunit-asserts/assert-warning.ts",
"packages/unpublished-test-infra/addon-test-support/qunit-asserts/assert-deprecation.ts",
"packages/unpublished-test-infra/addon-test-support/qunit-asserts/assert-assertion.ts",
"tests/fastboot/types/global.d.ts",
"tests/fastboot/types/fastboot-test-app/index.d.ts",
"tests/fastboot/app/serializers/application.ts",
"tests/fastboot/app/router.ts",
"tests/fastboot/app/resolver.ts",
"tests/fastboot/app/config/environment.d.ts",
"tests/fastboot/app/app.ts",
"tests/fastboot/app/adapters/application.ts",
"packages/store/src/index.ts",
"packages/store/src/-private/utils/is-non-empty-string.ts",
"packages/store/src/-private/utils/construct-resource.ts",
"ember-data-types/q/schema-service.ts",
"ember-data-types/q/record-instance.ts",
"ember-data-types/q/cache-store-wrapper.ts",
"ember-data-types/q/record-data-schemas.ts",
"ember-data-types/q/record-data-json-api.ts",
"ember-data-types/q/promise-proxies.ts",
"ember-data-types/q/minimum-serializer-interface.ts",
"ember-data-types/q/minimum-adapter-interface.ts",
"ember-data-types/q/identifier.ts",
"ember-data-types/q/fetch-manager.ts",
"ember-data-types/q/ember-data-json-api.ts",
"ember-data-types/q/ds-model.ts",
"packages/store/src/-private/managers/cache-store-wrapper.ts",
"packages/store/src/-private/legacy-model-support/schema-definition-service.ts",
"packages/store/src/-private/network/request-cache.ts",
"packages/store/src/-private/managers/notification-manager.ts",
"packages/store/src/-private/caches/cache-utils.ts",
"packages/store/src/-private/utils/normalize-model-name.ts",
"packages/store/src/-private/legacy-model-support/shim-model-class.ts",
"packages/store/src/-private/store-service.ts",
"packages/store/src/-private/utils/coerce-id.ts",
"packages/store/src/-private/index.ts",
"packages/store/src/-private/caches/identifier-cache.ts",
"packages/serializer/src/index.ts",
"tests/graph/tests/integration/graph/polymorphism/implicit-keys-test.ts",
"tests/graph/tests/integration/graph/graph-test.ts",
"tests/graph/tests/integration/graph/operations-test.ts",
"tests/graph/tests/integration/graph/edge-test.ts",
"tests/graph/tests/integration/graph/edge-removal/setup.ts",
"tests/graph/tests/integration/graph/edge-removal/helpers.ts",
"tests/graph/tests/integration/graph/edge-removal/abstract-edge-removal-test.ts",
"tests/graph/tests/integration/graph.ts",
"packages/graph/src/-private/relationships/state/has-many.ts",
"packages/graph/src/-private/relationships/state/belongs-to.ts",
"packages/graph/src/-private/normalize-link.ts",
"packages/graph/src/-private/graph/operations/update-relationship.ts",
"packages/graph/src/-private/graph/operations/replace-related-records.ts",
"packages/graph/src/-private/graph/operations/replace-related-record.ts",
"packages/graph/src/-private/graph/operations/remove-from-related-records.ts",
"packages/graph/src/-private/graph/operations/add-to-related-records.ts",
"packages/graph/src/-private/graph/index.ts",
"packages/graph/src/-private/graph/-utils.ts",
"packages/graph/src/-private/graph/-state.ts",
"packages/graph/src/-private/graph/-operations.ts",
"packages/graph/src/-private/graph/-edge-definition.ts",
"packages/graph/src/-private/coerce-id.ts",
"packages/json-api/src/-private/cache.ts",
"packages/model/src/index.ts",
"packages/model/src/-private/util.ts",
"packages/model/src/-private/promise-many-array.ts",
"packages/model/src/-private/model-for-mixin.ts",
"packages/model/src/-private/record-state.ts",
"packages/model/src/-private/notify-changes.ts",
"packages/adapter/src/rest.ts",
"packages/adapter/src/json-api.ts",
"packages/adapter/src/index.ts",
"packages/adapter/src/-private/utils/serialize-query-params.ts",
"packages/adapter/src/-private/utils/fetch.ts",
"packages/adapter/src/-private/utils/determine-body-promise.ts",
"packages/adapter/src/-private/utils/continue-on-reject.ts",
"packages/adapter/src/-private/fastboot-interface.ts",
"packages/adapter/src/-private/build-url-mixin.ts",
"packages/-ember-data/addon/store.ts",
"tests/main/tests/unit/custom-class-support/custom-class-model-test.ts",
"tests/main/tests/integration/request-state-service-test.ts",
"tests/main/tests/integration/record-data/store-wrapper-test.ts",
"tests/main/tests/integration/record-data/record-data-test.ts",
"tests/main/tests/integration/record-data/record-data-state-test.ts",
"tests/main/tests/integration/record-data/record-data-errors-test.ts",
"tests/main/tests/integration/model-errors-test.ts",
"tests/main/tests/integration/identifiers/scenarios-test.ts",
"tests/main/tests/integration/identifiers/record-identifier-for-test.ts",
"tests/main/tests/integration/identifiers/polymorphic-scenarios-test.ts",
"tests/main/tests/integration/identifiers/new-records-test.ts",
"tests/main/tests/integration/identifiers/lid-reflection-test.ts",
"tests/main/tests/integration/identifiers/configuration-test.ts",
"tests/main/tests/integration/identifiers/cache-test.ts",
"tests/main/tests/helpers/accessors.ts"
]
}