mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 09:22:43 +03:00
fdcdc14c01
https://github.com/hasura/graphql-engine-mono/pull/1472 GitOrigin-RevId: e44f6bc6d819d049edd042ecd1e4e951a45f4ab8
9 lines
183 B
JSON
9 lines
183 B
JSON
{
|
|
"compilerOptions": {
|
|
"types": ["react", "jest"]
|
|
},
|
|
"extends": "./tsconfig.json",
|
|
"include": ["src/**/*", "src/**/*.test.ts"],
|
|
"exclude": ["node_modules", "cypress"]
|
|
}
|