{
    "compilerOptions": {
        "strict": true,
        "target": "ES6",
        "moduleResolution": "node"
    },
    "include": [
        "./algorithms/**/*.ts",
        "./data_structures/**/*.ts",
        "./tests/**/*.ts"
    ]
}