summaryrefslogtreecommitdiff
path: root/src/jet/dependencies/properties.ts
blob: 8956d7fed2b678425a66109924ffcd522583f176 (plain)
1
2
3
4
5
export function makeProperties(): PackageProperties {
    return {
        clientFeatures: {},
    };
}