{
  "files": [],
  "references": [
    {
      "path": "./tsconfig.web.json"
    },
    {
      "path": "./tsconfig.node.json"
    }
  ]
}
// {
//   // https://www.tslang.cn/docs/handbook/compiler-options.html
//   "compilerOptions": {
//     "target": "es2018",
//     "module": "esnext",
//     "moduleResolution": "node",
//     "removeComments": true,
//     "noLib": false,
//     "declaration": true,
//     "strict": true,
//     "forceConsistentCasingInFileNames": true,
//     "allowSyntheticDefaultImports": true,
//     "strictFunctionTypes": false,
//     "jsx": "preserve",
//     "baseUrl": ".",
//     "sourceMap": true,
//     "esModuleInterop": true,
//     "resolveJsonModule": true,
//     "noUnusedLocals": true,
//     "noUnusedParameters": true,
//     "experimentalDecorators": true,
//     "types": [
//       "vite/client"
//     ],
//     "typeRoots": [
//       "./node_modules/@types/",
//       "typings"
//     ],
//     "lib": [
//       "esnext",
//       "dom"
//     ],
//     "paths": {
//       "@xs-components/*": [
//         "../packages/"
//       ]
//     }
//   },
//   "include": [
//     "packages/*",
//     "effect/*",
//     "./"
//   ],
//   "exclude": [
//     "node_modules",
//     "dist",
//     "*.js",
//     "discard"
//   ]
// }
