|
23 | 23 | "noImplicitAny": false,
|
24 | 24 | "experimentalDecorators": true,
|
25 | 25 | "incremental": true,
|
26 |
| - "noEmit": true, |
27 |
| - "declaration": false, |
| 26 | + "declaration": true, |
28 | 27 | "types": ["ember-source/types"],
|
29 | 28 | "paths": {
|
30 | 29 | "@ember-data/adapter": ["../../packages/adapter/unstable-preview-types"],
|
|
53 | 52 | "@ember-data/unpublished-test-infra/*": ["../../packages/unpublished-test-infra/unstable-preview-types/*"],
|
54 | 53 | "@warp-drive/core-types": ["../../packages/core-types/unstable-preview-types"],
|
55 | 54 | "@warp-drive/core-types/*": ["../../packages/core-types/unstable-preview-types/*"],
|
| 55 | + "@warp-drive/schema-record": ["../../packages/schema-record/unstable-preview-types"], |
| 56 | + "@warp-drive/schema-record/*": ["../../packages/schema-record/unstable-preview-types/*"], |
56 | 57 | "@warp-drive/build-config": ["../../packages/build-config/unstable-preview-types"],
|
57 | 58 | "@warp-drive/build-config/*": ["../../packages/build-config/unstable-preview-types/*"],
|
58 | 59 | "@warp-drive/holodeck": ["../../packages/holodeck/unstable-preview-types"],
|
59 | 60 | "@warp-drive/holodeck/*": ["../../packages/holodeck/unstable-preview-types/*"],
|
60 | 61 | "ember-data": ["../../packages/-ember-data/unstable-preview-types"],
|
61 | 62 | "ember-data/*": ["../../packages/-ember-data/unstable-preview-types/*"]
|
62 |
| - } |
| 63 | + }, |
| 64 | + "allowImportingTsExtensions": true, |
| 65 | + "composite": true, |
| 66 | + "declarationDir": "unstable-preview-types", |
| 67 | + "declarationMap": true, |
| 68 | + "emitDeclarationOnly": true, |
| 69 | + "erasableSyntaxOnly": true, |
| 70 | + "inlineSourceMap": true, |
| 71 | + "inlineSources": true, |
| 72 | + "rootDir": ".", |
| 73 | + "checkJs": false |
63 | 74 | },
|
64 | 75 | "references": [
|
65 | 76 | {
|
|
109 | 120 | },
|
110 | 121 | {
|
111 | 122 | "path": "../../packages/-ember-data"
|
| 123 | + }, |
| 124 | + { |
| 125 | + "path": "../../packages/schema-record" |
112 | 126 | }
|
113 | 127 | ]
|
114 | 128 | }
|
0 commit comments