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