Skip to content

Commit 6120d75

Browse files
author
records-bot
committed
sync: monorepo @ validator 0.5.0 / validation-types 0.1.6
Snapshot of medvertical/records monorepo state, exported via oss:export-validator. Tracks the npm publication of: @records-fhir/validator@0.5.0 @records-fhir/validation-types@0.1.6 Run npm i @records-fhir/validator@0.5.0 for the matching distribution. The conformance evidence in conformance-results/ matches the published tarball.
1 parent 5af6034 commit 6120d75

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

packages/validator/tsconfig.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
{
22
"extends": "../../tsconfig.json",
33
"compilerOptions": {
4-
"noEmit": true,
5-
"paths": {
6-
"@records-fhir/validation-types": ["./packages/validation-types/src/index.ts"],
7-
"@records-fhir/validation-types/*": ["./packages/validation-types/src/*"]
8-
}
4+
"noEmit": true
95
},
106
"include": ["src/**/*.ts"],
117
"exclude": ["node_modules", "dist", "**/__tests__/**", "**/*.test.ts"]

0 commit comments

Comments
 (0)