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

17 行
299B

  1. {
  2. "compilerOptions": {
  3. "target": "es5",
  4. "outDir": "bin-debug",
  5. "experimentalDecorators": true,
  6. "lib": [
  7. "es5",
  8. "dom",
  9. "es2015.promise"
  10. ],
  11. "types": []
  12. },
  13. "include": [
  14. "src",
  15. "libs"
  16. ]
  17. }