mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 08:02:15 +03:00
d896cc4d95
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/4689 Co-authored-by: Vishnu Bharathi <4211715+scriptnull@users.noreply.github.com> GitOrigin-RevId: 9dc6a2e373b3d7ab0bdce7ddcd7b7e6e5b1dc498
11 lines
166 B
JSON
11 lines
166 B
JSON
{
|
|
"extends": "@tsconfig/node16/tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"resolveJsonModule": true,
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
}
|