UNPKG

@api-client/har

Version:

Everything related to HAR processing and visualizing in API Client.

27 lines (26 loc) 520 B
{ "compilerOptions": { "target": "esnext", "module": "esnext", "moduleResolution": "node", "lib": ["ES2020", "dom"], "allowJs": true, "checkJs": true, "noEmit": true, "strict": false, "noImplicitThis": true, "alwaysStrict": true, "esModuleInterop": true, "plugins": [ { "name": "typescript-lit-html-plugin" } ] }, "include": [ "**/*.js", "**/*.ts", "node_modules/@open-wc/**/*.js" ], "exclude": ["node_modules/!(@open-wc)"] }