wip: plugins

This commit is contained in:
Dax Raad 2025-08-02 16:29:40 -04:00
commit 09c4b71632
34 changed files with 2765 additions and 2484 deletions

View file

@ -0,0 +1,16 @@
{
"$schema": "https://json.schemastore.org/tsconfig.json",
"extends": "@tsconfig/node22/tsconfig.json",
"compilerOptions": {
"outDir": "dist",
"module": "preserve",
"declaration": true,
"moduleResolution": "bundler",
"customConditions": [
"development"
]
},
"include": [
"src"
]
}