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