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