summaryrefslogtreecommitdiff
path: root/dev/lib/handlebars/tsconfig.json
blob: 3f139716e794f26256177a57870f60baae0d5f83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "compilerOptions": {
    "outDir": "target/types",
    "types": [
      "jest",
      "node"
    ]
  },
  "include": [
    "**/*.ts"
  ],
  "exclude": [
    "target/**/*",
  ]
}