diff options
| author | Dax Raad <[email protected]> | 2025-06-28 21:55:24 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-06-28 21:57:46 -0400 |
| commit | 780419ecaee93dd5be4271a8a5403a4d26925a85 (patch) | |
| tree | c5a5ecefa69b9317ef5efd2da1e8660cc9998d95 /tsconfig.json | |
| parent | f0962e2d9ca90394679f729ef7f3cc39d35e67df (diff) | |
| download | opencode-780419ecaee93dd5be4271a8a5403a4d26925a85.tar.gz opencode-780419ecaee93dd5be4271a8a5403a4d26925a85.zip | |
ci: daily stats script
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json index 0967ef424..65fa6c7f3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1 +1,5 @@ -{} +{ + "$schema": "https://json.schemastore.org/tsconfig", + "extends": "@tsconfig/bun/tsconfig.json", + "compilerOptions": {} +} |
