Config: {
    DP_TOL: number;
} = ...

Config Object supporting read and write.

// Get the current tolerance
const tol = Config.DP_TOL
// Set the tolerance to 0.00001
Config.DP_TOL = 0.00001