js-republic/intervals-fn

View on GitHub
tsconfig.json

Summary

Maintainability
Test Coverage
{
  "extends": "./tsconfig.base.json",
  "compilerOptions": {
    "outDir": "./build",
    "baseUrl": "./",
    "sourceMap": true
  },
  "include": [
    "src/*",
    "test/*"
  ],
  "exclude": [
    "node_modules"
  ]
}