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