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}