{ "compilerOptions": { "target": "ES2015", "module": "commonjs", "outDir": "./dist", "declaration": true, "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true }, "useUnknownInCatchVariables": false, "include": ["./src/*.ts"], "$schema": "https://json.schemastore.org/tsconfig", "display": "Recommended", "extends": "@tsconfig/recommended/tsconfig.json" }