849a2dcd245ae799866a6a5a4c357be52fa2b404fe0fc3fceb2206b274ad01318849fe1ecf7b21e249840f3741cd1abb21fdbe3d920f93ec24cdf24a19a045 322 B

123456789101112131415
  1. {
  2. "compilerOptions": {
  3. "declaration": true,
  4. "outDir": "dist/",
  5. "sourceMap": true,
  6. "strict": true,
  7. "target": "ES2015",
  8. "module": "commonjs",
  9. "strictNullChecks": true,
  10. "noErrorTruncation": true,
  11. "noUnusedLocals": true,
  12. "noUnusedParameters": true
  13. },
  14. "include": ["src/**/*.ts"]
  15. }