{ "compilerOptions": { "target": "ES2015", "module": "ESNext", "moduleResolution": "Node", "strict": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "skipLibCheck": true } }