diff options
| author | Dax Raad <[email protected]> | 2025-08-03 03:54:17 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-08-03 03:54:17 -0400 |
| commit | 852191f6cb6b849e125a0003ea5338a34a3958de (patch) | |
| tree | 5001527f8c551476aeef1a2a44884d4251ec2566 | |
| parent | c5e9dc081c2af63da3d4a215a631f72157af463f (diff) | |
| download | opencode-852191f6cb6b849e125a0003ea5338a34a3958de.tar.gz opencode-852191f6cb6b849e125a0003ea5338a34a3958de.zip | |
ci: ignore
| -rw-r--r-- | packages/sdk/js/tsconfig.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/sdk/js/tsconfig.json b/packages/sdk/js/tsconfig.json index 78b4df451..519519408 100644 --- a/packages/sdk/js/tsconfig.json +++ b/packages/sdk/js/tsconfig.json @@ -10,6 +10,9 @@ "es2022", "dom", "dom.iterable" + ], + "customConditions": [ + "development" ] }, "include": [ |
