{
    "extends": "../tsconfig",
    "compilerOptions": {
        "types": [
            "node"
        ],
        "rootDirs": [
            "ts",
            "../main/ts"
        ]
    },
    "include": [
        "ts/**/*.ts"
    ]
}