leonitousconforti/tinyburg

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

Summary

Maintainability
Test Coverage
{
    "$schema": "https://json.schemastore.org/tsconfig",
    "extends": "../tsconfig.base.json",
    "compilerOptions": {
        "types": ["node"],
        "composite": true
    },
    "include": ["./**/*.ts"],
    "exclude": ["./agents/**/*.ts", "./helpers/**/*.ts"]
}