{ "compilerOptions": { "target": "ES2019", "module": "CommonJS", "jsx": "react", "declaration": true, "outDir": "dist", "strict": true, "esModuleInterop": true, "skipLibCheck": true }, "include": [ "src/**/*" ] }