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

tsconfig.json 262 B

3 年前
1234567891011121314
  1. {
  2. "compileOnSave": false,
  3. "compilerOptions": {
  4. "module": "commonjs",
  5. "noEmit": true,
  6. "noImplicitAny": true,
  7. "strictNullChecks": true,
  8. "lib": ["ES2015"],
  9. },
  10. "files": [
  11. "../ts3.1-typings/moment.d.ts",
  12. "./moment-tests.ts"
  13. ],
  14. }