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