Skip to content

Commit 7fe640a

Browse files
committed
clean-up ember-data types
1 parent 0009470 commit 7fe640a

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

tsconfig.json

+1-13
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,7 @@
1717
"*": ["types/*"]
1818
},
1919
"types": [
20-
"./node_modules/ember-source/types/stable",
21-
"./node_modules/ember-data/unstable-preview-types",
22-
"./node_modules/@ember-data/store/unstable-preview-types",
23-
"./node_modules/@ember-data/adapter/unstable-preview-types",
24-
"./node_modules/@ember-data/graph/unstable-preview-types",
25-
"./node_modules/@ember-data/json-api/unstable-preview-types",
26-
"./node_modules/@ember-data/legacy-compat/unstable-preview-types",
27-
"./node_modules/@ember-data/request/unstable-preview-types",
28-
"./node_modules/@ember-data/request-utils/unstable-preview-types",
29-
"./node_modules/@ember-data/model/unstable-preview-types",
30-
"./node_modules/@ember-data/serializer/unstable-preview-types",
31-
"./node_modules/@ember-data/tracking/unstable-preview-types",
32-
"./node_modules/@warp-drive/core-types/unstable-preview-types"
20+
"./node_modules/ember-source/types/stable"
3321
]
3422
}
3523
}

0 commit comments

Comments
 (0)