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