UNPKG

@asushares/cli

Version:

ASU SHARES CLI aimed at supporting CQL (Clinical Quality Language) operations on FHIR servers.

13 lines (12 loc) 254 B
{ "compilerOptions": { "target": "ES2020", "module": "CommonJS", "outDir": "build", "strict": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "skipLibCheck": true }, "include": ["src/**/*.ts"] }