summaryrefslogtreecommitdiff
path: root/tsconfig.esm.json
blob: 2158ce4ca51035411fe1021853d7a5eba4e76d89 (plain)
1
2
3
4
5
6
7
8
{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "declaration": false,
    "module": "ESNext",
    "outDir": "esm"
  }
}