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