Skip to content
Snippets Groups Projects
tsconfig.spec.json 135 B
Newer Older
{
  "extends": "tsconfig.json",
  "compilerOptions": {
    "types": ["jest", "node"]
  },
  "include": ["**/*.spec.ts", "**/*.d.ts"]
}