Skip to content

Commit f818413

Browse files
fix: typescript parser docs
1 parent 6fe81f8 commit f818413

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ Skip to [How to configure](#to-configure) but if you have issues come back and r
1414

1515
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!
1616

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
1818

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!
2020

2121
## A note on versions
2222

@@ -165,7 +165,8 @@ export default tseslint.config(
165165
ecmaVersion: 2022,
166166
sourceType: "module",
167167
parserOptions: {
168-
project: "tsconfig.json",
168+
projectService: true,
169+
tsconfigRootDir: import.meta.dirname,
169170
},
170171
},
171172
},

0 commit comments

Comments
 (0)