UNPKG

keep-observers

Version:

This is a monitoring service applied to the web side Support Elasticsearch+kiban The middleware extension interface is provided by means of plug-in service compositionkeep-observers

34 lines 581 B
{ "compilerOptions": { "module": "commonjs", "target": "es5", "declaration": true, "jsx": "react", "noImplicitAny": false, "outDir": "./types", "noImplicitThis": false, "downlevelIteration": true, "resolveJsonModule":true, "types": [ "node", ], "lib": ["esnext", "dom"], "allowSyntheticDefaultImports": true, "esModuleInterop": true, "experimentalDecorators": true, "baseUrl": ".", "paths": { "@util/*": [ "./@util/*" ] }, }, "include": [ "./package.json", "./src/**/*", "./types" ], "exclude": [ "./node_modules", ] }