Revision 22eebbafbccbf35b6f7bff1a99a7333b8fa5ff2f authored by Alex Rickabaugh on 27 September 2021, 17:24:21 UTC, committed by Alex Rickabaugh on 27 September 2021, 17:27:54 UTC
1 parent 9d290bd
Raw File
tsconfig-test.json
{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "types": [
      "node",
      "jasmine"
    ]
  },
}
back to top