Raw File
tsconfig-test.json
{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "types": [
      "node",
      "jasmine"
    ]
  },
}
back to top