Skip to content

Commit 0d7b31a

Browse files
committed
style: reformat tsconfig
1 parent a8c1a65 commit 0d7b31a

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

tsconfig.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@
1717
"strict": true,
1818
"resolveJsonModule": true,
1919
"target": "es6",
20-
"typeRoots": ["./node_modules/@types"]
20+
"typeRoots": [
21+
"./node_modules/@types"
22+
]
2123
},
22-
"include": ["./lib/*"]
23-
}
24+
"include": [
25+
"./lib/*",
26+
]
27+
}

0 commit comments

Comments
 (0)