tsconfig.json 274 B

123456789101112
  1. {
  2. "compilerOptions": {
  3. "types": ["mocha", "node"],
  4. "target": "es6",
  5. "noImplicitThis": true,
  6. "strictBindCallApply": true,
  7. "strictNullChecks": true,
  8. "strictFunctionTypes": true,
  9. "strictPropertyInitialization": true,
  10. "alwaysStrict": true
  11. }
  12. }