Skip to content

Commit 63262ab

Browse files
committed
style(tsconfig.json): linting and prettify
1 parent bb6d33b commit 63262ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
// error out if import and file system have a casing mismatch. Recommended by TS
3131
"forceConsistentCasingInFileNames": true,
3232
// `tsdx build` ignores this option, but it is commonly used when type-checking separately with `tsc`
33-
"noEmit": true,
33+
"noEmit": true
3434
}
3535
}

0 commit comments

Comments
 (0)