Skip to content

Commit 5473741

Browse files
committed
chore: minor ordering for ts on server config
1 parent cc0674d commit 5473741

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/templates/typescript.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,13 @@ export const typeScriptConfigurationServer = {
3131
rootDir: "./src",
3232
outDir: "./dist",
3333

34+
types: ["node"],
35+
3436
moduleDetection: "force",
3537
verbatimModuleSyntax: true,
3638
rewriteRelativeImportExtensions: true,
3739
erasableSyntaxOnly: true,
3840

39-
types: ["node"],
4041
sourceMap: true,
4142

4243
forceConsistentCasingInFileNames: true,

0 commit comments

Comments
 (0)