1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2025-05-18 12:02:33 +02:00

chore: usage of projectService for tsconfig.json

This commit is contained in:
2024-09-18 00:32:33 +02:00
parent 921aacdc9b
commit 14d3e0ba30

View File

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