{ "compilerOptions": { "target": "es2016", "module": "commonjs", "outDir": "./bin", "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "skipLibCheck": true /* Skip type checking all .d.ts files. */ }, }