{ "compilerOptions": { "target": "ESNext", "module": "ESNext", "moduleResolution": "node", "outDir": "./dist", "removeComments": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true, "skipLibCheck": true } }