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