fix: eslint config file parseOptions.project path is updated

This commit is contained in:
Rohit Saluja
2024-03-08 21:14:37 +05:30
parent 5bec549868
commit 3b5f8d149a
2 changed files with 5 additions and 1 deletions

4
tsconfig.eslint.json Normal file
View File

@ -0,0 +1,4 @@
{
"extends": "./packages/tsconfig/base.json",
"include": ["packages/**/*", "apps/**/*"]
}