/ docs / tsconfig.json
tsconfig.json
 1  {
 2    "compilerOptions": {
 3      "target": "esnext",
 4      "module": "NodeNext",
 5      "moduleResolution": "NodeNext",
 6      "resolveJsonModule": true,
 7      "allowSyntheticDefaultImports": true
 8    },
 9    "include": ["src/.vitepress/config.mts", "package.json"]
10  }