graphql-engine/dc-agents/sqlite/tsconfig.json
Lyndon Maydwell fc907201a0 Sqlite reference agent
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
2022-08-05 07:12:51 +00:00

11 lines
166 B
JSON

{
"extends": "@tsconfig/node16/tsconfig.json",
"compilerOptions": {
"outDir": "dist",
"resolveJsonModule": true,
},
"include": [
"src/**/*"
]
}