mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-11-10 18:50:52 +03:00
97b0e4c591
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5596 GitOrigin-RevId: c5da90eb4e61a9d9a5ddc34f7bfbaa2d00c698b8
11 lines
170 B
JSON
11 lines
170 B
JSON
{
|
|
"extends": "@tsconfig/node16/tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"resolveJsonModule": true,
|
|
},
|
|
"include": [
|
|
"scripts/**/*"
|
|
]
|
|
}
|