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