{
    "extends": "./tsconfig.src.json",
    "compilerOptions": {
      "noEmit": true,
      "rootDir": "test"
    },
    "references": [{
      "path": "./tsconfig.src.json"
    }],
    "include": [
      "test/**/*.ts",
    ]
  }
  