{ "compilerOptions": { "target": "ES2020", "module": "CommonJS", "moduleResolution": "Node", "outDir": "dist", "declaration": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true, "skipLibCheck": true }, "include": ["src"] }