mirror of
https://github.com/logos-messaging/logos-messaging-js.git
synced 2026-04-21 13:33:37 +00:00
Adds a new package for the browser implementation of scalable data sync. Ports some of the nim implementation of bloom filter to ts. Adds protobuf definition for SDS messages.
6 lines
123 B
JavaScript
6 lines
123 B
JavaScript
module.exports = {
|
|
parserOptions: {
|
|
tsconfigRootDir: __dirname,
|
|
project: "./tsconfig.dev.json",
|
|
},
|
|
}; |