@pih/esm-dispensing-app
Version:
Medication dispensing application
24 lines (23 loc) • 486 B
JSON
{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"jsx": "react",
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"module": "esnext",
"moduleResolution": "node",
"noEmit": true,
"paths": {
"@openmrs/*": ["./node_modules/@openmrs/*"],
"__mocks__": ["./__mocks__"],
"tools": ["./tools"],
},
"resolveJsonModule": true,
"skipLibCheck": true,
"target": "esnext",
}
}