mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 08:02:15 +03:00
fc907201a0
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5263 Co-authored-by: Daniel Chambers <1214352+daniel-chambers@users.noreply.github.com> GitOrigin-RevId: fb5cf3cb80ab59cd5ee0d064e3f776c062856aa3
11 lines
166 B
JSON
11 lines
166 B
JSON
{
|
|
"extends": "@tsconfig/node16/tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"resolveJsonModule": true,
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
}
|