diff options
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tsconfig.json b/tsconfig.json index 7f7299620..65fa6c7f3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,5 @@ { "$schema": "https://json.schemastore.org/tsconfig", "extends": "@tsconfig/bun/tsconfig.json", - "compilerOptions": { - "customConditions": ["development"] - } + "compilerOptions": {} } |
