合同小程序后台管理系统前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
331 B

2 weeks ago
  1. {
  2. "compilerOptions": {
  3. "module": "commonjs",
  4. "declaration": false,
  5. "removeComments": true,
  6. "emitDecoratorMetadata": true,
  7. "experimentalDecorators": true,
  8. "target": "es6",
  9. "sourceMap": false,
  10. "esModuleInterop": true,
  11. "outDir": "./dist",
  12. "baseUrl": "./"
  13. },
  14. "exclude": ["node_modules"]
  15. }