This commit is contained in:
Dax Raad
2025-09-27 04:10:56 -04:00
parent 8a28d34fe9
commit 925ce6503e
10 changed files with 43 additions and 44 deletions

View File

@@ -1,7 +1,5 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@tsconfig/bun/tsconfig.json",
"compilerOptions": {
"customConditions": ["development"]
}
"compilerOptions": {}
}