{ "compilerOptions": { "target": "ESNext", "module": "commonjs", "lib": ["ESNext"], "moduleResolution": "node", "rootDir": "./", "strict": true, "skipLibCheck": true, "esModuleInterop": true } }