mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
b53cc2e81c
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5590 GitOrigin-RevId: 911fa2b8f59383fc10a08afac3138aacfe0927d3
15 lines
274 B
JSON
15 lines
274 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"exclude": [
|
|
"../**/*.spec.js",
|
|
"../**/*.test.js",
|
|
"../**/*.spec.ts",
|
|
"../**/*.test.ts",
|
|
"../**/*.spec.tsx",
|
|
"../**/*.test.tsx",
|
|
"../**/*.spec.jsx",
|
|
"../**/*.test.jsx"
|
|
],
|
|
"include": ["../**/*"]
|
|
}
|