CChen Fengyuanbuild: improve config
900aca61创建于 2022年2月7日历史提交
{
  "compilerOptions": {
    "allowSyntheticDefaultImports": true,
    "moduleResolution": "node",
    "resolveJsonModule": true,
    "strict": true,
    "target": "esnext",
  },
  "include": [
    "src/**/*",
    "docs/**/*",
    "tests/**/*"
  ]
}