summaryrefslogtreecommitdiffstats
path: root/src/arrow/js/tsconfig/tsconfig.docs.json
blob: 722838f5ba3967a1102e2d4b1ae7ecb35f2c96c1 (plain)
1
2
3
4
5
6
7
8
// Compiler configuration to build the docs
{
  "extends": "./tsconfig.base.json",
  "include": ["../src/**/*.ts"],
  "compilerOptions": {
    "target": "esnext"
  }
}