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

15 行
326 B

  1. {
  2. "compilerOptions": {
  3. "target": "ES6",
  4. "lib": ["es6", "es2017.string"],
  5. "moduleResolution": "node",
  6. "esModuleInterop": true,
  7. "forceConsistentCasingInFileNames": true,
  8. "strict": true,
  9. "noImplicitAny": true,
  10. "noImplicitReturns": true,
  11. "skipLibCheck": true
  12. },
  13. "include": ["index.ts"]
  14. }