UNPKG

apim-policy-utils

Version:

An XML file scripts maniputaling and debugging tool targeting to help working with Azure APIM Policy files in xml format.

19 lines 453 B
{ "compilerOptions": { "module": "commonjs", "target": "es2017", "lib": ["es2015"], "moduleResolution": "node", "sourceMap": true, "outDir": "bin", "baseUrl": ".", "paths": { "*": ["node_modules/*", "src/types/*"] }, "emitDecoratorMetadata": true, "experimentalDecorators": true, "esModuleInterop": true, "declaration": true }, "include": ["src/**/*"] }