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