酒店预订平台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

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