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.

19 lines
382 B

  1. {
  2. "compilerOptions": {
  3. "outDir": "./dist/",
  4. "sourceMap": true,
  5. "noImplicitAny": true,
  6. "target": "es2015",
  7. "moduleResolution": "node",
  8. "module": "CommonJS",
  9. "allowJs": true,
  10. "esModuleInterop": true,
  11. "types": [
  12. "mocha"
  13. ]
  14. },
  15. "exclude": [
  16. "dist",
  17. "src/todo"
  18. ]
  19. }