Skip to content

Commit ae5efe3

Browse files
authored
fix TS errors
1 parent d045bda commit ae5efe3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fhir-context/dstu2/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ module.exports = {
77
* A hash of resource element paths (e.g. Observation.value) that are known
88
* to point to fields that are choice types.
99
*/
10-
choiceTypePaths: require('./choiceTypePaths'),
10+
choiceTypePaths: require('./choiceTypePaths.json'),
1111

1212
/**
1313
* A hash from paths to the path for which their content is defined, e.g.
1414
* Questionnaire.item.item -> Questionnaire.item.
1515
*/
16-
pathsDefinedElsewhere: require('./pathsDefinedElsewhere')
16+
pathsDefinedElsewhere: require('./pathsDefinedElsewhere.json')
1717
}

0 commit comments

Comments
 (0)