您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

16 行
430B

  1. /* To learn more about Typescript configuration file: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */
  2. /* To learn more about Angular compiler options: https://angular.dev/reference/configs/angular-compiler-options. */
  3. {
  4. "extends": "./tsconfig.json",
  5. "compilerOptions": {
  6. "outDir": "./out-tsc/app",
  7. "types": ["node"]
  8. },
  9. "files": [
  10. "src/main.ts"
  11. ],
  12. "include": [
  13. "src/**/*.d.ts"
  14. ]
  15. }