mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
11 lines
170 B
JSON
11 lines
170 B
JSON
|
{
|
||
|
"extends": "@tsconfig/node16/tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "dist",
|
||
|
"resolveJsonModule": true,
|
||
|
},
|
||
|
"include": [
|
||
|
"scripts/**/*"
|
||
|
]
|
||
|
}
|