wip: plugins

This commit is contained in:
Dax Raad
2025-08-02 16:29:40 -04:00
parent 1c94b7b23c
commit d52932a958
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"
]
}
}