leonitousconforti/tinyburg

View on GitHub
packages/insight/src/tsconfig.agents.json

Summary

Maintainability
Test Coverage
{
    "$schema": "https://json.schemastore.org/tsconfig",
    "extends": "../tsconfig.base.json",
    "compilerOptions": {
        "types": ["frida-gum"],
        "composite": true
    },
    "include": ["./agents/**/*.ts", "./helpers/**/*.ts"],
    "references": [{ "path": "./tsconfig.src.json" }]
}