• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "compilerOptions": {
3      "target": "es5",
4      "module": "commonjs",
5      "outDir": "./dist",
6      "allowJs": true,
7      "sourceMap": true,
8      "strict": true,
9      "noImplicitAny": false,
10      "strictNullChecks": false,
11      "esModuleInterop": true,
12      "baseUrl": "./",
13      "typeRoots": ["node_modules/@types"],
14      "skipLibCheck": true,
15      "forceConsistentCasingInFileNames": true
16    }
17  }