mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
5 lines
169 B
JSON
5 lines
169 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": ["packages", "integration-tests", ".eslintrc.cjs"],
|
|
"exclude": ["**/node_modules/**", "**/dist", "**/temp", "**/tmp"]
|
|
}
|