summaryrefslogtreecommitdiff
path: root/deno_typescript/jsconfig.json
blob: 3338b50e929642e72451102ae06e305180ee73f4 (plain)
1
2
3
4
5
6
{
  "compilerOptions": {
    "strict": true,
    "target": "esnext"
  }
}