cyclejs/cycle-core

View on GitHub
time/tsconfig.lint.json

Summary

Maintainability
Test Coverage
{
  "extends": "./tsconfig.json",
  "files": [
    "src/index.ts",
    "src/most.ts",
    "src/rxjs.ts",
    "custom-typings.d.ts",
    "test/jasmine-support.ts",
    "test/most.ts",
    "test/rxjs.ts",
    "test/time-driver.ts",
    "test/time.ts",
    "test/xstream.ts"
  ]
}