feat(regime)

This commit is contained in:
Dan Finch 2026-04-29 00:55:53 +02:00
commit 2be7ec6836
62 changed files with 1817 additions and 0 deletions

View file

@ -0,0 +1,7 @@
{
"patterns": {
"package.json": "merge json",
"tsconfig.json": "merge json",
"tsconfig.*.json": "merge json"
}
}

View file

@ -0,0 +1,11 @@
{
"license": "MIT",
"author": {
"name": "Sigitex",
"url": "http://github.com/sigitex"
},
"repository": {
"type": "git",
"url": "https://github.com/sigitex/<<repo>>.git"
}
}