streamich / json-joy

json-joy is a library that implements cutting-edge real-time and collaborative editing algorithms and utilities for JSON data models, with a focus on developing the JSON CRDT (Conflict-free Replicated Data Type) specification and implementation.
https://jsonjoy.com/libs/json-joy-js
Apache License 2.0
781 stars 16 forks source link

Just stash all tsconfig here for easy reference. #766

Closed sgpinkus closed 1 week ago

sgpinkus commented 2 weeks ago

Move referenced tsconfig from a github package -- https://raw.githubusercontent.com/streamich/housekeeping/refs/heads/master/tsconfig.json to a local file to just make things easier to grok at a glance. There is no point storing this in it's own repo. It just makes it harder and more tedious to figure out what's going on with the tsconfig. Besides the tsconfig repo has one file and one commit 7 months ago, and the package ref version locked anyway so ...

streamich commented 1 week ago

No, thank you. The reason for importing the config is to share it across projects, so the latest changes can be easily propagated.

sgpinkus commented 1 week ago

Fine. Each to their own.