aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cli/scripts/templates/tsconfig.json
blob: 76ae39245afef63eb0b263e1c84cf093df27dcca (plain) (blame)
1
2
3
4
5
6
7
8
9
{
  "extends": "../../tsconfig.json",
  "compilerOptions": {
    "rootDir": "src",
    "outDir": "dist"
  },
  "include": ["src"],
  "exclude": ["node_modules"]
}