Skip to content

Commit 6334bf5

Browse files
committed
fix: format tsconfig.json for consistency and add newline at end of file
1 parent 8f3154a commit 6334bf5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tsconfig.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
"compilerOptions": {
33
"target": "ES5",
44
"module": "commonjs",
5-
"lib": ["es6"],
5+
"lib": [
6+
"es6"
7+
],
68
"noImplicitAny": true,
79
"noEmitOnError": true,
810
"moduleResolution": "node",
@@ -14,4 +16,4 @@
1416
"exclude": [
1517
"Examples"
1618
]
17-
}
19+
}

0 commit comments

Comments
 (0)