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.

21 lines
420 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. "exclude": [
  16. ".fusebox",
  17. "data",
  18. "node_modules",
  19. "repo"
  20. ]
  21. }