build: fix paths to typings files so tsickle resolves imports correctly
Fixes #15080
This commit is contained in:

committed by
Chuck Jazdzewski

parent
0ab49d4cec
commit
410aa33005
@ -244,9 +244,7 @@ const FILES: Entry = {
|
||||
'alias': {
|
||||
'file.d.ts': dummyModule,
|
||||
'file.metadata.json': '{ "alias": "sub/index.metadata.json"}',
|
||||
'sub': {
|
||||
'index.metadata.json': JSON.stringify(dummyMetadata)
|
||||
}
|
||||
'sub': {'index.metadata.json': JSON.stringify(dummyMetadata)}
|
||||
},
|
||||
'metadata_versions': {
|
||||
'v1.d.ts': `
|
||||
|
Reference in New Issue
Block a user