{
  "$schema": "./lib/config/schema.json",
  "globals": {
    "value": "config2",
    "config2": "config2"
  },
  "plugins": {
    "tests": {
      "order": 120,
      "module": "file:./plugins/static.ts",
      "paths": "/tests-dir",
      "config": {
        "directory": "cwd:./test"
      }
    }
  }
}
