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