mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
8 lines
114 B
JSON
8 lines
114 B
JSON
|
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "dist"
|
||
|
},
|
||
|
"include": ["./generated"]
|
||
|
}
|