mirror of
https://github.com/hasura/graphql-engine.git
synced 2025-01-05 22:34:22 +03:00
f3951e1680
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/8079 Co-authored-by: Stefano Magni <173663+NoriSte@users.noreply.github.com> GitOrigin-RevId: 46b1ed03ab225fccc9d769203d1af11a6bcdb63e
12 lines
263 B
JSON
12 lines
263 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../../../dist/out-tsc",
|
|
"declaration": true,
|
|
"esModuleInterop": true,
|
|
"types": []
|
|
},
|
|
"include": ["**/*.ts"],
|
|
"exclude": ["jest.config.ts", "**/*.spec.ts", "**/*.test.ts"]
|
|
}
|