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