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