Skip to content

Commit 7cd737e

Browse files
committed
fix tests
tsc can handle trailing commas but ts-node cannot
1 parent 08d0831 commit 7cd737e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@
4848
// "rootDirs": [], /* List of root folders whose combined content represents the structure of the project at runtime. */
4949
// "typeRoots": [
5050
// "types/boxen"
51-
// ], /* List of folders to include type definitions from. */
51+
// ],
5252
"types": [
5353
"@types/node",
54-
"@types/mocha",
54+
"@types/mocha"
5555
], /* Type declaration files to be included in compilation. */
5656
// "allowSyntheticDefaultImports": true, /* Allow default imports from modules with no default export. This does not affect code emit, just typechecking. */
5757
"esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */

0 commit comments

Comments
 (0)