summaryrefslogblamecommitdiff
path: root/tsconfig.json
blob: e9a283be78ddc7cc52a0ef9a3072e6eb2f17994f (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                             
{
  "compilerOptions": {
    "module": "commonjs",
    "noImplicitAny": true,
    "sourceMap": true,
    "outDir": "dist",
    "baseUrl": ".",
    "paths": {
      "*": ["node_modules/*"]
    }
  },
  "include": [
    "src/**/*"
  ]
}