Skip to content

Commit 0cc3036

Browse files
committed
chore: fix linter
1 parent f11fe99 commit 0cc3036

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
"extends": "./tsconfig.build.json",
33
"include": ["src/**/*"],
44
"compilerOptions": {
5+
"rootDir": ".",
56
"paths": {
67
"@mikro-orm/nestjs": ["./src"]
7-
},
8+
}
89
}
910
}

0 commit comments

Comments
 (0)