UNPKG

@openmrs/esm-styleguide

Version:
11 lines (10 loc) 279 B
{ "$schema": "https://json.schemastore.org/tsconfig.json", "compilerOptions": { "declarationDir": "dist", "emitDeclarationOnly": true, "skipLibCheck": true }, "extends": "./tsconfig.json", "exclude": ["**/*.test.*", "**/setup-tests.ts", "**/__mocks__/*"] }