File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ Skip to [How to configure](#to-configure) but if you have issues come back and r
14
14
15
15
If you use this plugin in commercial setting consider submitting PRs on work time. It saves your business money, so it makes your business money!
16
16
17
- If you really want to support me directly you can use https://www.buymeacoffee .com/darraghor
17
+ If you really want to support me directly you can use https://darraghoriordan.gumroad .com/coffee
18
18
19
- But please, just submit PRs to help all NestJS devs. This is the way.
19
+ But please, just submit PRs to help all NestJS devs. This is the way!
20
20
21
21
## A note on versions
22
22
@@ -165,7 +165,8 @@ export default tseslint.config(
165
165
ecmaVersion: 2022 ,
166
166
sourceType: " module" ,
167
167
parserOptions: {
168
- project: " tsconfig.json" ,
168
+ projectService: true ,
169
+ tsconfigRootDir: import .meta .dirname ,
169
170
},
170
171
},
171
172
},
You can’t perform that action at this time.
0 commit comments