Skip to content

Commit 355e99d

Browse files
committed
Backport tests/main/tsconfig
1 parent 499dff2 commit 355e99d

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

tests/main/tsconfig.json

+17-3
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323
"noImplicitAny": false,
2424
"experimentalDecorators": true,
2525
"incremental": true,
26-
"noEmit": true,
27-
"declaration": false,
26+
"declaration": true,
2827
"types": ["ember-source/types"],
2928
"paths": {
3029
"@ember-data/adapter": ["../../packages/adapter/unstable-preview-types"],
@@ -53,13 +52,25 @@
5352
"@ember-data/unpublished-test-infra/*": ["../../packages/unpublished-test-infra/unstable-preview-types/*"],
5453
"@warp-drive/core-types": ["../../packages/core-types/unstable-preview-types"],
5554
"@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/*"],
5657
"@warp-drive/build-config": ["../../packages/build-config/unstable-preview-types"],
5758
"@warp-drive/build-config/*": ["../../packages/build-config/unstable-preview-types/*"],
5859
"@warp-drive/holodeck": ["../../packages/holodeck/unstable-preview-types"],
5960
"@warp-drive/holodeck/*": ["../../packages/holodeck/unstable-preview-types/*"],
6061
"ember-data": ["../../packages/-ember-data/unstable-preview-types"],
6162
"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
6374
},
6475
"references": [
6576
{
@@ -109,6 +120,9 @@
109120
},
110121
{
111122
"path": "../../packages/-ember-data"
123+
},
124+
{
125+
"path": "../../packages/schema-record"
112126
}
113127
]
114128
}

0 commit comments

Comments
 (0)