1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2024-09-19 01:25:53 +02:00

chore: usage of projectService for tsconfig.json

This commit is contained in:
Théo LUDWIG 2024-09-18 00:32:33 +02:00
parent 921aacdc9b
commit 14d3e0ba30
Signed by: theoludwig
GPG Key ID: ADFE5A563D718F3B

View File

@ -1,6 +1,6 @@
{
"extends": "./index.js",
"parserOptions": {
"project": "./tsconfig.json"
"projectService": true
}
}