Ben Lin
2024-07-31 08d4018e84039c5a9d400790704fa931afdc861b
1
2
3
4
5
6
7
{
  "$schema": "https://json.schemastore.org/tsconfig",
  "extends": "@vben/ts-config/node-server.json",
  "compilerOptions": {
    "noImplicitAny": false
  }
}