HL7v2/tsconfig.base.json
2025-07-30 12:04:29 +02:00

11 lines
211 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "bundler",
"strict": true,
"paths": {
"@hnu.de/hl7v2-shared/*": ["./packages/shared/*"]
}
}
}