mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 09:22:43 +03:00
11 lines
234 B
JSON
11 lines
234 B
JSON
|
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "../../../dist/out-tsc",
|
||
|
"declaration": true,
|
||
|
"types": []
|
||
|
},
|
||
|
"include": ["**/*.ts"],
|
||
|
"exclude": ["jest.config.ts", "**/*.spec.ts", "**/*.test.ts"]
|
||
|
}
|