{
    "compilerOptions": {
        "baseUrl": ".",
        "paths": {
            "#types": ["./lib/types.ts"],
            "#constants": ["./constants.js"],
            "#xml/*": ["./lib/xml/*"],
            "#workers/*": ["./lib/workers/*"],
            "#tools/*": ["./lib/tools/*"],
            "#model/*": ["./lib/model/*"],
            "#reducers/*": ["./lib/reducers/*"],
        }
    }
}
