{ "compilerOptions": { "target": "ES2020", "module": "CommonJS", "declaration": true, "declarationMap": true, "outDir": "dist", "rootDir": "src", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "types": [ "node" ] }, "include": [ "src" ] }