Skip to content

Commit 5c840c7

Browse files
authored
refactor: Reformat tsconfigs for consistency (2nd round) (#3295)
This pull request makes minor formatting adjustments to the `tsconfig.karma.json` file, expanding the `types` and `include` fields into multi-line arrays for improved readability. No functional changes were made.[^1] [^1]: It also is a follow-up to #3293 – I missed a spot.
1 parent 2281fa2 commit 5c840c7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

packages/proto-rpc/tsconfig.karma.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
"compilerOptions": {
44
"outDir": "dist",
55
"noImplicitOverride": false,
6-
"types": ["jest"]
6+
"types": [
7+
"jest"
8+
]
79
},
8-
"include": ["src"]
10+
"include": [
11+
"src"
12+
]
913
}

0 commit comments

Comments
 (0)