Skip to content

Commit ffe68be

Browse files
authored
fix: re-order tsconfig references
1 parent 9a4dd95 commit ffe68be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -403,10 +403,10 @@ async function init() {
403403
// All templates contain at least a `.node` and a `.app` tsconfig.
404404
references: [
405405
{
406-
path: './tsconfig.node.json'
406+
path: './tsconfig.app.json'
407407
},
408408
{
409-
path: './tsconfig.app.json'
409+
path: './tsconfig.node.json'
410410
}
411411
]
412412
}

0 commit comments

Comments
 (0)