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.
 
 
 
 

12 lines
280 B

  1. {
  2. "compilerOptions": {
  3. "noImplicitAny": true,
  4. "noImplicitThis": true,
  5. "noUnusedLocals": true,
  6. "noUnusedParameters": true,
  7. "strictNullChecks": true,
  8. "strictPropertyInitialization": true,
  9. "resolveJsonModule": true
  10. }
  11. }