summaryrefslogtreecommitdiff
path: root/jsconfig.json
blob: 3545e9491250aa82360385c3177368e664dce102 (plain)
1
2
3
4
5
6
7
{
  "compilerOptions": {
    "module": "commonjs",
    "target": "es6",
  },
  "exclude": ["node_modules"]
}