typescript: ignore **/__generated__
This commit is contained in:
parent
06ba8566b7
commit
ea9627c6f6
@ -19,5 +19,5 @@
|
||||
},
|
||||
"files": ["types/graphql.d.ts"],
|
||||
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "**/*.js", "**/*.jsx"],
|
||||
"exclude": ["node_modules"]
|
||||
"exclude": ["node_modules", "**/__generated__"]
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user