Skip to content

Commit 4af9fe8

Browse files
CopilotB4nan
andcommitted
fix: add rootDir to tsconfig.json for TypeScript 6 compatibility
Agent-Logs-Url: https://github.com/mikro-orm/koa-ts-example-app/sessions/9018dce7-b82b-4ace-ac37-af251cb3cdac Co-authored-by: B4nan <615580+B4nan@users.noreply.github.com>
1 parent 69be98d commit 4af9fe8

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"target": "ESNext",
55
"moduleResolution": "NodeNext",
66
"declaration": true,
7+
"rootDir": "./app",
78
"outDir": "./dist",
89
"esModuleInterop": true,
910
"emitDecoratorMetadata": true,

tsconfig.tsbuildinfo

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)