graphql-engine/docs/tsconfig.json
Sean Park-Ross d61509d66c Docs: URLs fix
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/11000
GitOrigin-RevId: dff3c90c7beadfc2de45232a0f627e3b8cc792dc
2024-08-15 19:26:01 +00:00

8 lines
190 B
JSON

{
// This file is not used in compilation. It is here just for a nice editor experience.
"extends": "@tsconfig/docusaurus/tsconfig.json",
"compilerOptions": {
"baseUrl": "."
}
}