wip: plugins

This commit is contained in:
Dax Raad
2025-08-02 16:47:11 -04:00
parent c9bffc0f46
commit 09c4b71632
34 changed files with 2765 additions and 2484 deletions
+5 -1
View File
@@ -1,5 +1,9 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@tsconfig/bun/tsconfig.json",
"compilerOptions": {}
"compilerOptions": {
"customConditions": [
"development"
]
}
}