summaryrefslogtreecommitdiff
path: root/examples/tsconfig.json
blob: 97884943c10b468ab24f1a9da944e86a2f566d3b (plain)
1
2
3
4
5
6
7
8
9
{
  "extends": "../tsconfig.json",
  "compilerOptions": {
    "rootDir": "..",
    "outDir": "../dist"
  },
  "include": ["./**/*.ts"],
  "references": [{ "path": "../" }]
}