summaryrefslogtreecommitdiffstats
path: root/src/arrow/js/tsconfig/tsconfig.esnext.esm.json
blob: 6701c8e13c1909916b9599c251b1c6159d93580b (plain)
1
2
3
4
5
6
7
8
// Compiler configuration to build the ESNext ESModules target
{
  "extends": "./tsconfig.base.json",
  "compilerOptions": {
    "target": "esnext",
    "module": "es2015"
  }
}