vince
2024-08-01 4fcbdd3925c53b3d6e41ef2abba175bb09b8aaa2
提交 | 用户 | age
a96cb2 1 {
5e9946 2   "$schema": "https://json.schemastore.org/tsconfig",
V 3   "display": "Node Server  Config",
4   "extends": "./base.json",
a96cb2 5   "compilerOptions": {
V 6     "module": "commonjs",
7     "declaration": false,
8     "removeComments": true,
9     "emitDecoratorMetadata": true,
10     "experimentalDecorators": true,
11     "target": "es6",
12     "sourceMap": false,
13     "esModuleInterop": true,
14     "outDir": "./dist",
15     "baseUrl": "./"
16   },
17   "exclude": ["node_modules"]
18 }