summaryrefslogtreecommitdiffhomepage
path: root/packages/sdk/tsconfig.dist-src.json
blob: c550e2996bc6f4af070fef8250f2a4ee8cdb5255 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  // this config is included in the published src directory to prevent TS errors
  // from appearing when users go to source, and VSCode opens the source .ts file
  // via declaration maps
  "include": ["index.ts"],
  "compilerOptions": {
    "target": "ES2015",
    "lib": ["DOM", "DOM.Iterable", "ES2018"],
    "moduleResolution": "node"
  }
}