summaryrefslogtreecommitdiff
path: root/tests/testdata/run/with_config/deno.jsonc
blob: 9017fac30525e59214215832634da407820e8db9 (plain)
1
2
3
4
5
6
{
  // type settings for frontend dev
  "compilerOptions": {
    "lib": ["esnext", "dom"]
  }
}