summaryrefslogtreecommitdiff
path: root/d3-geo.sublime-project
blob: 772dfa530160a4f3cc81e60023f015bd9997be96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "folders": [
    {
      "path": ".",
      "file_exclude_patterns": ["*.sublime-workspace"],
      "folder_exclude_patterns": ["dist"]
    }
  ],
  "build_systems": [
    {
      "name": "yarn test",
      "cmd": ["yarn", "test"],
      "file_regex": "\\((...*?):([0-9]*):([0-9]*)\\)",
      "working_dir": "$project_path"
    }
  ]
}