{
    "compilerOptions": {
        "module": "esnext",
        "target": "esnext",
        "checkJs": false,
        "noImplicitAny": false,
        "allowJs": true,
        "moduleResolution": "node",
        "baseUrl": ".",
        "paths": {
            "@titanpl/native": [
                "app/t.native"
            ],
            "@titanpl/route": [
                "./titan/titan"
            ],
            "*": [
                "./app/*"
            ]
        }
    },
    "include": [
        "app/**/*",
        "titan/**/*",
        "node_modules/**/titan-ext.d.ts"
    ]
}