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