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