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
341 B

  1. {
  2. "compilerOptions": {
  3. "allowJs": true,
  4. "alwaysStrict": true,
  5. "module": "commonjs",
  6. "moduleResolution": "node",
  7. "noImplicitAny": true,
  8. "preserveConstEnums": true,
  9. "removeComments": true,
  10. "sourceMap": false,
  11. "strictNullChecks": true,
  12. "suppressImplicitAnyIndexErrors": true,
  13. "target": "es5"
  14. }
  15. }