• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "compilerOptions": {
3    "types": [ "node" ],
4
5    "module": "CommonJS",
6    "target": "ES6",
7    "noImplicitAny": true,
8    "noImplicitReturns": true,
9    "noImplicitThis": true,
10    "removeComments": true,
11    "preserveConstEnums": true,
12    "sourceMap": true,
13    "outDir": "build"
14  },
15
16  "include": ["src/**/*"]
17}
18
19