mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
e3e078fa42
https://github.com/hasura/graphql-engine-mono/pull/1512 Co-authored-by: Varun Choudhary <68095256+Varun-Choudhary@users.noreply.github.com> GitOrigin-RevId: 71efbb2a5a577f765b83b1fd9ee9254a292d361d
9 lines
204 B
JSON
9 lines
204 B
JSON
{
|
|
"compilerOptions": {
|
|
"types": ["react", "jest"]
|
|
},
|
|
"extends": "./tsconfig.json",
|
|
"include": ["src/**/*", "src/**/*.test.ts", "src/**/*.test.tsx"],
|
|
"exclude": ["node_modules", "cypress"]
|
|
}
|