/ .tsconfig.json
.tsconfig.json
 1  {
 2    "extends": "@docusaurus/tsconfig",
 3    "compilerOptions": {
 4      "rootDir": "src",
 5      "baseUrl": ".",
 6      "outDir": "lib",
 7      "declaration": true,
 8      "declarationDir": "lib",
 9      "composite": true,
10      "strict": true,
11      "importHelpers": true,
12      "paths": {
13      }
14    }
15  }