UNPKG

react-healthy

Version:

Incrementally check and alert your users to the health of your APIs

20 lines (19 loc) 389 B
{ "extends": "@shopify/typescript-configs/library", "compilerOptions": { "composite": true, "emitDeclarationOnly": true, "importsNotUsedAsValues": "error", "outDir": "dist/ts/latest", "rootDir": "./", "strictFunctionTypes": false, "paths": { "tests/*": ["./tests/*"] } }, "include": [ "./src", "./src/**/*.json", "./tests", ], }