aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
blob: 77afe5e5fdbd423252742f01d711c9d0baf61790 (plain) (blame)
1
2
3
4
5
6
7
8
9
{
  "compilerOptions": {
    "plugins": [
      {
        "name": "typescript-deno-plugin"
      }
    ]
  }
}