42b561f1967de5f01f38e49b611204e803f069949f8f8bf8ee3252bfcd99248983a63e21325151d281ae523ca1a71e5c863cc0685979327f700cb259057cea 301 B

1234567891011121314
  1. {
  2. "compilerOptions": {
  3. "module": "commonjs",
  4. "target": "es5",
  5. "moduleResolution": "node",
  6. "noEmitOnError": true,
  7. "noImplicitAny": true,
  8. "alwaysStrict": true,
  9. "strictNullChecks": true,
  10. "noImplicitReturns": true,
  11. "noImplicitThis": true,
  12. "sourceMap": true
  13. }
  14. }