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