aboutsummaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-02-03 21:07:34 -0800
committerFuwn <[email protected]>2026-02-03 21:21:28 -0800
commit245e8a306af23bcc2e2f51c4d937db23a527485b (patch)
tree6a11b02c879e84c62bb8cf22d7d984cba165143e /packages
parentfix(iku): Add TypeAliasDeclaration detection and fix block scope logic (diff)
downloadarchived-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.json5
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"
+ ]
}