summaryrefslogtreecommitdiff
path: root/tests/testdata/compile/compiler_options/deno.json
blob: 504cd646e14906b4db8e943f9bfb10ab80162cee (plain)
1
2
3
4
5
{
  "compilerOptions": {
    "experimentalDecorators": true
  }
}