We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f11fe99 commit 0cc3036Copy full SHA for 0cc3036
tsconfig.json
@@ -2,8 +2,9 @@
2
"extends": "./tsconfig.build.json",
3
"include": ["src/**/*"],
4
"compilerOptions": {
5
+ "rootDir": ".",
6
"paths": {
7
"@mikro-orm/nestjs": ["./src"]
- },
8
+ }
9
}
10
0 commit comments