aboutsummaryrefslogtreecommitdiffstats
path: root/docs/tsconfig.json
blob: 314eab8a418b9f2897db24a6426de1447efa5e6a (plain) (blame)
1
2
3
4
5
6
7
{
  // This file is not used in compilation. It is here just for a nice editor experience.
  "extends": "@docusaurus/tsconfig",
  "compilerOptions": {
    "baseUrl": "."
  }
}