1
0

tsconfig.json 87 B

123456
  1. {
  2. "extends": "@docusaurus/tsconfig",
  3. "compilerOptions": {
  4. "baseUrl": "."
  5. }
  6. }