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

17 行
388 B

  1. {
  2. "compilerOptions": {
  3. "target": "es5",
  4. "module": "commonjs",
  5. "outDir": "./dist",
  6. "strict": true,
  7. "strictPropertyInitialization": false,
  8. "resolveJsonModule": true,
  9. "esModuleInterop": true,
  10. "experimentalDecorators": true,
  11. "emitDecoratorMetadata": true,
  12. "skipLibCheck": true,
  13. "forceConsistentCasingInFileNames": true,
  14. "allowJs": true
  15. }
  16. }