aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-docker/apps/api/tsconfig.json
blob: 74f3de4613c1013774f1d638327b169d3a0e6cdd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{
  "compilerOptions": {
    "lib": ["ES2015"],
    "module": "CommonJS",
    "outDir": "./dist",
    "rootDir": "./src"
  },
  "exclude": ["node_modules"],
  "extends": "tsconfig/base.json",
  "include": ["src"]
}