酒店预订平台
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 
 

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