diff options
| author | Fuwn <[email protected]> | 2026-02-03 21:07:34 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-02-03 21:21:28 -0800 |
| commit | 245e8a306af23bcc2e2f51c4d937db23a527485b (patch) | |
| tree | 6a11b02c879e84c62bb8cf22d7d984cba165143e /packages | |
| parent | fix(iku): Add TypeAliasDeclaration detection and fix block scope logic (diff) | |
| download | archived-imemio-245e8a306af23bcc2e2f51c4d937db23a527485b.tar.xz archived-imemio-245e8a306af23bcc2e2f51c4d937db23a527485b.zip | |
style(typescript-config): Format package.json
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/typescript-config/package.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/typescript-config/package.json b/packages/typescript-config/package.json index 2254381..d8f8956 100644 --- a/packages/typescript-config/package.json +++ b/packages/typescript-config/package.json @@ -2,5 +2,8 @@ "name": "@imemio/typescript-config", "version": "0.0.1", "description": "Shared TypeScript configurations", - "files": ["base.json", "node.json"] + "files": [ + "base.json", + "node.json" + ] } |