酒店预订平台
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 

15 satır
262 B

  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. }