summaryrefslogtreecommitdiffstats
path: root/node_modules/sift/tsconfig.json
blob: 361020dcc1b1b9b11cc69829f955257b15b4c796 (plain) (blame)
1
2
3
4
5
6
7
8
{
  "compilerOptions": {
    "target": "es6",
    "moduleResolution": "node",
    "module": "commonjs",
    "allowSyntheticDefaultImports": true
  }
}