• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2"compilerOptions": {
3    "target": "es6",
4    "module": "es6",
5    "rootDir": "./src",
6    "outDir": "./out",      /* Specify an output folder for all emitted files. */
7    "esModuleInterop": true,
8    "forceConsistentCasingInFileNames": true,
9    "strict": true,
10    "skipLibCheck": true,
11    "noImplicitThis": false,
12 }
13}
14
15